Skip to content

Commit

Permalink
version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdemOzgen committed Mar 29, 2024
1 parent 2dca99e commit 8623fc0
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.4"
Version = "1.0.5"
)

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.4"
var version = "1.0.5"

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

0 comments on commit 8623fc0

Please sign in to comment.