Increment app version
This commit is contained in:
parent
b2348f2129
commit
91fe6a590d
|
@ -299,7 +299,7 @@ DEFAULT_FROM_EMAIL = 'Protospace Portal <portal@mg.protospace.ca>'
|
||||||
if DEBUG: logger.info('Debug mode ON')
|
if DEBUG: logger.info('Debug mode ON')
|
||||||
logger.info('Test logging for each thread')
|
logger.info('Test logging for each thread')
|
||||||
|
|
||||||
APP_VERSION = 5 # TODO: automate this
|
APP_VERSION = 6 # TODO: automate this
|
||||||
|
|
||||||
SHELL_PLUS = 'ipython'
|
SHELL_PLUS = 'ipython'
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ import { Garden } from './Garden.js';
|
||||||
import { Footer } from './Footer.js';
|
import { Footer } from './Footer.js';
|
||||||
import { LCARS1Display, LCARS2Display } from './Display.js';
|
import { LCARS1Display, LCARS2Display } from './Display.js';
|
||||||
|
|
||||||
const APP_VERSION = 5; // TODO: automate this
|
const APP_VERSION = 6; // TODO: automate this
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
const [token, setToken] = useState(localStorage.getItem('token', ''));
|
const [token, setToken] = useState(localStorage.getItem('token', ''));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user