Fix typos
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-29 22:31:52 +03:00
parent 4b5ebf265d
commit b243486822
2 changed files with 2 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ func resolveFlag(positive, negative *bool, defaultValue bool) bool {
// Версия приложения
const (
AppName = "BumpVersion"
AppVersion = "0.1.4"
AppVersion = "0.1.0"
)
func main() {