Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Motok1 committed Feb 22, 2023
1 parent e48aa55 commit 22e0b3b
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 22e0b3b

Please sign in to comment.