Skip to content

Commit

Permalink
Quick hotfix for relase
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdemOzgen committed Mar 20, 2024
1 parent aea22aa commit b2c0061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/constants/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package constants

var (
Version = "1.0.3"
Version = "1.0.4"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func main() {
cmd.Execute()
}

var version = "1.0.3"
var version = "1.0.4"

func init() {
constants.Version = version
Expand Down

0 comments on commit b2c0061

Please sign in to comment.