Bump version to 0.2.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
package config
|
package config
|
||||||
|
|
||||||
// Version is the application version
|
// Version is the application version
|
||||||
const Version = "0.1.38"
|
const Version = "0.2.0"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// GitCommit will be set by build flags or detected at runtime
|
// GitCommit will be set by build flags or detected at runtime
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
# Frontend Version Management
|
# Frontend Version Management
|
||||||
|
|
||||||
## Current Version: 0.1.30
|
## Current Version: 0.2.0
|
||||||
|
|
||||||
The frontend version is managed independently from the backend.
|
The frontend version is managed independently from the backend.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bamort-frontend",
|
"name": "bamort-frontend",
|
||||||
"version": "0.1.30",
|
"version": "0.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// Frontend version information
|
// Frontend version information
|
||||||
export const VERSION = '0.1.30'
|
export const VERSION = '0.2.0'
|
||||||
|
|
||||||
// Git commit will be injected at build time or detected from env
|
// Git commit will be injected at build time or detected from env
|
||||||
export const GIT_COMMIT = import.meta.env.VITE_GIT_COMMIT || 'unknown'
|
export const GIT_COMMIT = import.meta.env.VITE_GIT_COMMIT || 'unknown'
|
||||||
|
|||||||
Reference in New Issue
Block a user