Skip to content

Commit

Permalink
Update version number to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed May 8, 2024
1 parent b906728 commit 61f9f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sentinel/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

var token string
var version string = "0.0.2"
var version string = "0.0.1"

func Token() gin.HandlerFunc {
return func(c *gin.Context) {
Expand Down

0 comments on commit 61f9f39

Please sign in to comment.