Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
watal committed Jul 20, 2023
1 parent 616925f commit 2e14d7f
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 = 0
const PATCH uint = 1

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

0 comments on commit 2e14d7f

Please sign in to comment.