diff --git a/VERSION.txt b/VERSION.txt index f979ade..1bd5ffe 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v0.9.0 +v0.9.1 diff --git a/homebrew/gocommands.rb b/homebrew/gocommands.rb index 1245cef..6ec814e 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.8.2.tar.gz" - sha256 "6de9060bf9651ca739c67cdeb14e3e4f54ebe60acb8a5cb57c4d88b71698df8f" + url "https://github.com/cyverse/gocommands/archive/refs/tags/v0.9.1.tar.gz" + sha256 "d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed" license "BSD-3-Clause" livecheck do diff --git a/package_info.json b/package_info.json index 75c391a..14230b4 100644 --- a/package_info.json +++ b/package_info.json @@ -1,3 +1,3 @@ { - "version": "0.9.0" + "version": "0.9.1" } \ No newline at end of file