Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Motok1 committed Nov 28, 2022
1 parent a7f7c37 commit 8df96d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import "fmt"

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

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

0 comments on commit 8df96d0

Please sign in to comment.