From 2f9f8877e951406f1aab74c2c3038f7691ff70fd Mon Sep 17 00:00:00 2001 From: Ruslan Popov Date: Fri, 4 Apr 2025 01:08:59 +0300 Subject: [PATCH] =?UTF-8?q?[skip=20ci]=20Bump=20version:=200.1.1=20?= =?UTF-8?q?=E2=86=92=200.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 0 -> 6148 bytes .bumpversion.cfg | 2 +- .drone.yml | 2 +- README.md | 2 +- VERSION | 2 +- src/main.go | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..53155abc91c9904e00f3e2e36fde3b4637ee5514 GIT binary patch literal 6148 zcmeHKy-veG4ECj!Xaz$@7NqPTL}!+?3KDx~q^b=nNUc&)%ES=fAWy-{TXcbyjfdb7 z_1|@ci8Jy=t4~X*!zbBj{QOrx)e<%c>XJvv2M5tIE649wL-> zkoS%jG^U&~x(u>Y^i=n#*6?uj__}!ZHGJAvnD2z|-^3U&28@B^- j!NRv<_;M@W$M6Du%nM+mSO`J`u^$0XgH6W3k23H9i;-m8 literal 0 HcmV?d00001 diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4efd924..ef55062 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True tag_name = {new_version} diff --git a/.drone.yml b/.drone.yml index 9c3a3f5..d2c60c8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: path: /var/run/docker.sock settings: dockerfile: Dockerfile - tags: 0.1.1 + tags: 0.1.2 force_tag: true registry: registry.halfakop.ru repo: registry.halfakop.ru/golang/bumpversion diff --git a/README.md b/README.md index c54cd6f..dd6cd27 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BumpVersion v0.1.1 +# BumpVersion v0.1.2 [![Build Status](https://drone.halfakop.ru/api/badges/rad/bumpversion/status.svg)](https://drone.halfakop.ru/rad/bumpversion) diff --git a/VERSION b/VERSION index 17e51c3..d917d3e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 +0.1.2 diff --git a/src/main.go b/src/main.go index 0ef1b15..afc8f96 100644 --- a/src/main.go +++ b/src/main.go @@ -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() {