Skip to content

Commit 8623fc0

Browse files
committed
version 1.0.5
1 parent 2dca99e commit 8623fc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package constants
22

33
var (
4-
Version = "1.0.4"
4+
Version = "1.0.5"
55
)
66

77
const (

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func main() {
1313
cmd.Execute()
1414
}
1515

16-
var version = "1.0.4"
16+
var version = "1.0.5"
1717

1818
func init() {
1919
constants.Version = version

0 commit comments

Comments
 (0)