mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-16 04:13:12 +00:00
chore: bump version
This commit is contained in:
parent
435fe04ab3
commit
cdfb015638
@ -9,10 +9,10 @@ import (
|
||||
|
||||
// Version is the service current released version.
|
||||
// Semantic versioning: https://semver.org/
|
||||
var Version = "0.5.2"
|
||||
var Version = "0.5.3"
|
||||
|
||||
// DevVersion is the service current development version.
|
||||
var DevVersion = "0.5.2"
|
||||
var DevVersion = "0.5.3"
|
||||
|
||||
func GetCurrentVersion(mode string) string {
|
||||
if mode == "dev" || mode == "demo" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user