Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Motok1 committed Jun 12, 2024
1 parent ae45723 commit d22abfc
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 = 2
const PATCH uint = 1
const MINOR uint = 3
const PATCH uint = 0

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

0 comments on commit d22abfc

Please sign in to comment.