Skip to content

Commit

Permalink
chore: bump version to v0.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Sep 3, 2024
1 parent 773ab96 commit 9612c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import (

// Version is the service current released version.
// Semantic versioning: https://semver.org/
var Version = "0.22.4"
var Version = "0.22.5"

// DevVersion is the service current development version.
var DevVersion = "0.22.4"
var DevVersion = "0.22.5"

func GetCurrentVersion(mode string) string {
if mode == "dev" || mode == "demo" {
Expand Down

0 comments on commit 9612c30

Please sign in to comment.