We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029d8d9 commit a6e0140Copy full SHA for a6e0140
backend/app/core/config.py
@@ -42,7 +42,7 @@ def get_app_version():
42
43
# Independent Backend Version (can be overriden by env or file)
44
def get_backend_version():
45
- return os.getenv("BACKEND_VERSION", "2026.2.0a0")
+ return os.getenv("BACKEND_VERSION", "2026.2.0a1")
46
47
48
FRONTEND_VERSION = get_app_version()
frontend/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "solumati-frontend",
3
"private": true,
4
- "version": "2026.2.0-a0",
+ "version": "2026.2.0-a1",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
0 commit comments