Skip to content

Commit

Permalink
upping version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Apr 5, 2023
1 parent 020bb3b commit 75fe1ad
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 @@ -23,7 +23,7 @@
from src.common.pg_impl import PGImplementation

# set the app version
APP_VERSION = 'v0.3.7'
APP_VERSION = 'v0.3.8'

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

0 comments on commit 75fe1ad

Please sign in to comment.