From f59c1332b0119eddb4562a31a211857ff3ca6d83 Mon Sep 17 00:00:00 2001 From: Illyoung Choi Date: Tue, 23 Apr 2024 15:08:20 -0700 Subject: [PATCH] bump up version to v0.9.5 --- VERSION.txt | 2 +- homebrew/gocommands.rb | 2 +- package_info.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index ed5c3a8..06769c1 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v0.9.4 +v0.9.5 diff --git a/homebrew/gocommands.rb b/homebrew/gocommands.rb index 54bcaf8..65b20c3 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.9.4.tar.gz" + url "https://github.com/cyverse/gocommands/archive/refs/tags/v0.9.5.tar.gz" sha256 "d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed" license "BSD-3-Clause" diff --git a/package_info.json b/package_info.json index 5064138..b7bc3d2 100644 --- a/package_info.json +++ b/package_info.json @@ -1,3 +1,3 @@ { - "version": "0.9.4" + "version": "0.9.5" } \ No newline at end of file