diff --git a/backend/config/version.go b/backend/config/version.go index 50af538..8a52911 100644 --- a/backend/config/version.go +++ b/backend/config/version.go @@ -1,7 +1,7 @@ package config // Version is the application version -const Version = "0.1.33" +const Version = "0.1.36" var ( // GitCommit will be set by build flags or detected at runtime diff --git a/frontend/VERSION.md b/frontend/VERSION.md index 9ec5113..b34754b 100644 --- a/frontend/VERSION.md +++ b/frontend/VERSION.md @@ -1,6 +1,6 @@ # Frontend Version Management -## Current Version: 0.1.25 +## Current Version: 0.1.28 The frontend version is managed independently from the backend. diff --git a/frontend/package.json b/frontend/package.json index 4c8be3c..3ccba29 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bamort-frontend", - "version": "0.1.25", + "version": "0.1.28", "private": true, "license": "SEE LICENSE IN LICENSE", "type": "module", diff --git a/frontend/src/version.js b/frontend/src/version.js index b83ac51..0f72ca4 100644 --- a/frontend/src/version.js +++ b/frontend/src/version.js @@ -1,5 +1,5 @@ // Frontend version information -export const VERSION = '0.1.25' +export const VERSION = '0.1.28' // Git commit will be injected at build time or detected from env export const GIT_COMMIT = import.meta.env.VITE_GIT_COMMIT || 'unknown'