Skip to content

Commit 1948ce0

Browse files
committed
wip: Create 15.1.99-beta channel build
1 parent 79bf194 commit 1948ce0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "soda-for-sparc",
33
"procductName": "SODA for SPARC",
4-
"version": "15.3.0-beta",
4+
"version": "15.1.99-beta",
55
"description": "Keep Calm and Curate",
66
"main": "./out/main/index.js",
77
"author": "SODA Team",

src/pyflask/startup/minimumApiVersion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ def get_api_version():
88
"""
99

1010

11-
return {'version': os.getenv('API_VERSION', "15.3.0-beta")}
11+
return {'version': os.getenv('API_VERSION', "15.1.99-beta")}
1212

0 commit comments

Comments
 (0)