Skip to content

Commit

Permalink
upping version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Mar 17, 2023
1 parent 0335b2c commit f0032a4
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 src.common.pg_impl import PGImplementation

# set the app version
APP_VERSION = 'v0.3.6'
APP_VERSION = 'v0.3.4'

# declare the FastAPI details
APP = FastAPI(title='APSVIZ UI Data', version=APP_VERSION)
Expand Down

0 comments on commit f0032a4

Please sign in to comment.