Skip to content

Commit a6e0140

Browse files
chore(release): bump version to 2026.2.0a1 [skip ci]
1 parent 029d8d9 commit a6e0140

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/app/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_app_version():
4242

4343
# Independent Backend Version (can be overriden by env or file)
4444
def get_backend_version():
45-
return os.getenv("BACKEND_VERSION", "2026.2.0a0")
45+
return os.getenv("BACKEND_VERSION", "2026.2.0a1")
4646

4747

4848
FRONTEND_VERSION = get_app_version()

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "solumati-frontend",
33
"private": true,
4-
"version": "2026.2.0-a0",
4+
"version": "2026.2.0-a1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)