Bump version
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-12-24 12:01:49 +03:00
parent 56848c73fd
commit 027b69c1f6
5 changed files with 5 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ func resolveFlag(positive, negative *bool, defaultValue bool) (bool, error) {
const AppName = "BumpVersion"
var (
AppVersion = "0.1.3"
AppVersion = "1.0.0"
AppCommit = "unknown"
)