[skip ci] Bump version: 1.0.0 → 1.1.0
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
bumpversion
2026-01-31 16:30:50 +00:00
committed by Ruslan Popov
parent 56c70e3eca
commit 5d9b96cc11
5 changed files with 5 additions and 5 deletions

View File

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