Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
watal committed Nov 13, 2023
1 parent 8d1a6ee commit 9a97249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ package version
import "fmt"

const MAJOR uint = 1
const MINOR uint = 1
const PATCH uint = 2
const MINOR uint = 2
const PATCH uint = 0

func Version() string {
return fmt.Sprintf("%d.%d.%d", MAJOR, MINOR, PATCH)
Expand Down

0 comments on commit 9a97249

Please sign in to comment.