Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Motok1 committed Nov 2, 2022
1 parent b1f05c8 commit 053aa8a
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 @@ -4,7 +4,7 @@ import "fmt"

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

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

0 comments on commit 053aa8a

Please sign in to comment.