Skip to content

Commit

Permalink
upping version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Mar 29, 2023
1 parent 4c911a4 commit 682705a
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 Settings', version=APP_VERSION)
Expand Down

0 comments on commit 682705a

Please sign in to comment.