Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ceds92 committed Jul 3, 2024
1 parent 4ffe081 commit bbe33a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanbot/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def getLatestVersion(url):

@app.route('/check_updates')
def check_updates():
currentVersion = '4.5.0'
currentVersion = '4.5.1'
latestVersion = getLatestVersion('https://us-central1-scanbot-46390.cloudfunctions.net/getVersion')

update = False
Expand Down

0 comments on commit bbe33a0

Please sign in to comment.