diff --git a/VERSION.txt b/VERSION.txt index f6951f0..bf057db 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v0.9.14 +v0.10.0 diff --git a/homebrew/gocommands.rb b/homebrew/gocommands.rb index 6ccbcd9..14091f1 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.14.tar.gz" - sha256 "25037366e77df9368891641e0943cdf22ab546f22bb39201504db3c67cf9fa4e" + url "https://github.com/cyverse/gocommands/archive/refs/tags/v0.10.0.tar.gz" + sha256 "d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed" license "BSD-3-Clause" livecheck do diff --git a/package_info.json b/package_info.json index b8389d3..e31e61a 100644 --- a/package_info.json +++ b/package_info.json @@ -1,3 +1,3 @@ { - "version": "0.9.14" + "version": "0.10.0" } \ No newline at end of file