Skip to content

Commit

Permalink
upping app version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Nov 18, 2022
1 parent c904fbf commit 955feaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from common.pg_utils import PGUtils

# set the app version
APP_VERSION = 'v0.2.2'
APP_VERSION = 'v0.2.3'

# get the DB connection details for the asgs DB
asgs_dbname = os.environ.get('ASGS_DB_DATABASE')
Expand Down

0 comments on commit 955feaa

Please sign in to comment.