Skip to content

Commit

Permalink
build: update version numbers for beta build
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronm-2112 committed Dec 1, 2023
1 parent 45a95b1 commit 481c160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soda-for-sparc",
"version": "12.3.4-beta",
"version": "12.3.5-beta",
"description": "An Electron application with React",
"main": "./out/main/index.js",
"author": "example.com",
Expand Down
2 changes: 1 addition & 1 deletion src/pyflask/startup/minimumApiVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ def get_api_version():
"""
Returns the version of the API
"""
return {'version': os.getenv('API_VERSION', "12.3.4-beta")}
return {'version': os.getenv('API_VERSION', "12.3.5-beta")}

0 comments on commit 481c160

Please sign in to comment.