Skip to content

Commit 7d1c76e

Browse files
committed
Change app version to be semver2 compatible
1 parent fb84b47 commit 7d1c76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/screp/screp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919

2020
const (
2121
appName = "screp"
22-
appVersion = "v1.3"
22+
appVersion = "v1.3.0"
2323
appAuthor = "Andras Belicza"
2424
appHome = "https://github.com/icza/screp"
2525
)

0 commit comments

Comments
 (0)