Skip to content

Commit

Permalink
version update to 1.2.0.0 (#19)
Browse files Browse the repository at this point in the history
* version update to 1.1.1.1

* address comments
  • Loading branch information
nagworld9 authored Jun 27, 2022
1 parent 113a84c commit 58bd8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (

var (
versionMajor = "1"
versionMinor = "1"
versionBuild = "1"
versionMinor = "2"
versionBuild = "0"
versionRevision = "0"
version = fmt.Sprintf("%s.%s.%s.%s", versionMajor, versionMinor, versionBuild, versionRevision)

Expand Down

0 comments on commit 58bd8de

Please sign in to comment.