[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:52:41 +00:00
parent f45f570aeb
commit 88c0eb17fb
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 1.0.0 current_version = 1.1.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: 1.0.0 tags: 1.1.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 v1.0.0 # BumpVersion v1.1.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 @@
1.0.0 1.1.0

View File

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