Skip to content

Commit 655b668

Browse files
committed
feat: ✨ merge main changes to staging
1 parent c8600a7 commit 655b668

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
"productName": "SODA for SPARC",
4-
"version": "12.3.0",
4+
"version": "12.3.1-beta",
55
"description": "Keep Calm and Curate ",
66
"main": "main.js",
77
"scripts": {

pyflask/startup/minimumApiVersion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ def get_api_version():
44
"""
55
Returns the version of the API
66
"""
7-
return {'version': os.getenv('API_VERSION', "12.3.0")}
7+
return {'version': os.getenv('API_VERSION', "12.3.1-beta")}

0 commit comments

Comments
 (0)