Compare commits

...

1 Commits

Author SHA1 Message Date
027b69c1f6 Bump version
Some checks failed
continuous-integration/drone/push Build is failing
2025-12-24 12:01:49 +03:00
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.1.2 current_version = 1.0.0
commit = True commit = True
tag = True tag = True
tag_name = {new_version} tag_name = {new_version}

View File

@@ -15,7 +15,7 @@ steps:
path: /var/run/docker.sock path: /var/run/docker.sock
settings: settings:
dockerfile: Dockerfile dockerfile: Dockerfile
tags: 0.1.2 tags: 1.0.0
force_tag: true force_tag: true
registry: registry.halfakop.ru registry: registry.halfakop.ru
repo: registry.halfakop.ru/golang/bumpversion repo: registry.halfakop.ru/golang/bumpversion

View File

@@ -1,4 +1,4 @@
# BumpVersion v0.1.2 # BumpVersion v1.0.0
[![Build Status](https://drone.halfakop.ru/api/badges/rad/bumpversion/status.svg)](https://drone.halfakop.ru/rad/bumpversion) [![Build Status](https://drone.halfakop.ru/api/badges/rad/bumpversion/status.svg)](https://drone.halfakop.ru/rad/bumpversion)

View File

@@ -1 +1 @@
0.1.2 1.0.0

View File

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