[skip ci] Bump version: 0.1.1 → 0.1.2

This commit is contained in:
2025-04-04 01:20:11 +03:00
parent c11139e078
commit 8b30e53a69
5 changed files with 5 additions and 5 deletions

View File

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