Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ngn13 committed Mar 6, 2024
1 parent 33586e8 commit 58f9084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package lib
import "fmt"

var MAJOR = 3
var MINOR = 1
var MINOR = 2

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

0 comments on commit 58f9084

Please sign in to comment.