Skip to content

Commit

Permalink
Bump up version to v0.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Oct 24, 2023
1 parent 5e1cbef commit fcced51
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.7.13
v0.7.14
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.7.13" %}
{% set version = "0.7.14" %}
{% set git_repo = "https://github.com/cyverse/gocommands" %}

package:
Expand Down
2 changes: 1 addition & 1 deletion homebrew/gocommands.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion package_info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.7.13"
"version": "0.7.14"
}

0 comments on commit fcced51

Please sign in to comment.