Skip to content

Commit

Permalink
chore: upgrade version to 0.8.3 (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack authored Dec 16, 2022
1 parent ee89dc0 commit 7ec2248
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 @@ -7,10 +7,10 @@ import (

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

// DevVersion is the service current development version.
var DevVersion = "0.8.2"
var DevVersion = "0.8.3"

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

0 comments on commit 7ec2248

Please sign in to comment.