From d08d8c439de7bd00a2d56747eda3361e9810019e Mon Sep 17 00:00:00 2001 From: Illyoung Choi Date: Wed, 4 Sep 2024 13:21:42 -0700 Subject: [PATCH] bump up version to v0.9.14 --- VERSION.txt | 2 +- homebrew/gocommands.rb | 4 ++-- package_info.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 13cf47d..f6951f0 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v0.9.13 +v0.9.14 diff --git a/homebrew/gocommands.rb b/homebrew/gocommands.rb index 7c35670..a170f7c 100644 --- a/homebrew/gocommands.rb +++ b/homebrew/gocommands.rb @@ -1,8 +1,8 @@ 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.9.13.tar.gz" - sha256 "00e04af5796a61e06025f95a9c2f3ae78dc18d01ed64d4348e081a652d59f469" + url "https://github.com/cyverse/gocommands/archive/refs/tags/v0.9.14.tar.gz" + sha256 "d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed" license "BSD-3-Clause" livecheck do diff --git a/package_info.json b/package_info.json index 3aed12c..b8389d3 100644 --- a/package_info.json +++ b/package_info.json @@ -1,3 +1,3 @@ { - "version": "0.9.13" + "version": "0.9.14" } \ No newline at end of file