Skip to content

Commit

Permalink
main.go: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun committed Mar 24, 2023
1 parent 2b77689 commit 12a9ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

var (
Version = "1.4.3"
Version = "1.4.4"
)

//go:embed locales/*.yml
Expand Down

0 comments on commit 12a9ac2

Please sign in to comment.