mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-20 14:01:24 +00:00
chore: update version to 0.4.2
This commit is contained in:
parent
946548b33a
commit
d939bb8250
@ -9,10 +9,10 @@ import (
|
||||
|
||||
// Version is the service current released version.
|
||||
// Semantic versioning: https://semver.org/
|
||||
var Version = "0.4.1"
|
||||
var Version = "0.4.2"
|
||||
|
||||
// DevVersion is the service current development version.
|
||||
var DevVersion = "0.4.1"
|
||||
var DevVersion = "0.4.2"
|
||||
|
||||
func GetCurrentVersion(mode string) string {
|
||||
if mode == "dev" || mode == "demo" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user