Bump version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-24 12:01:49 +03:00
parent 56848c73fd
commit 08c1a170dc
6 changed files with 5 additions and 13 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"
)