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

This commit is contained in:
2025-04-04 00:41:16 +03:00
parent e5be089935
commit 210ed25805
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

@@ -1 +1 @@
0.1.0
0.1.1

View File

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