Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Motok1 committed Jul 19, 2023
1 parent e9562cc commit e4c4fce
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 @@ -8,7 +8,7 @@ package version
import "fmt"

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

func Version() string {
Expand Down

0 comments on commit e4c4fce

Please sign in to comment.