From fcced5101e816034f2433b42c25feef3ed6d9c68 Mon Sep 17 00:00:00 2001 From: Illyoung Choi Date: Tue, 24 Oct 2023 08:34:18 -0700 Subject: [PATCH] Bump up version to v0.7.14 --- Makefile | 4 ++-- VERSION.txt | 2 +- conda/meta.yaml | 2 +- homebrew/gocommands.rb | 2 +- package_info.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 06c255c..017094d 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ build: mkdir -p bin CGO_ENABLED=0 go build -ldflags=${LDFLAGS} -o bin/gocmd ./cmd/*.go -.PHONY: update_version -update_version: +.PHONY: version +version: ./tools/update-pkginfo.sh conda/meta.yaml.template conda/meta.yaml ./tools/update-pkginfo.sh homebrew/gocommands.rb.template homebrew/gocommands.rb cp LICENSE conda/LICENSE diff --git a/VERSION.txt b/VERSION.txt index 3a952db..0ca274d 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v0.7.13 +v0.7.14 diff --git a/conda/meta.yaml b/conda/meta.yaml index b46a60b..63d3574 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.7.13" %} +{% set version = "0.7.14" %} {% set git_repo = "https://github.com/cyverse/gocommands" %} package: diff --git a/homebrew/gocommands.rb b/homebrew/gocommands.rb index 221bf72..34e819d 100644 --- a/homebrew/gocommands.rb +++ b/homebrew/gocommands.rb @@ -1,7 +1,7 @@ class Gocommands < Formula desc "Portable command-line toolkit for iRODS data management service" homepage "https://github.com/cyverse/gocommands" - url "https://github.com/cyverse/gocommands/archive/refs/tags/v0.7.13.tar.gz" + url "https://github.com/cyverse/gocommands/archive/refs/tags/v0.7.14.tar.gz" sha256 "d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed" license "BSD-3-Clause" diff --git a/package_info.json b/package_info.json index b3a04c3..5b8af19 100644 --- a/package_info.json +++ b/package_info.json @@ -1,3 +1,3 @@ { - "version": "0.7.13" + "version": "0.7.14" } \ No newline at end of file