From 4dbc31ead96cd0aa5655829da68ed273c44ef149 Mon Sep 17 00:00:00 2001 From: Illyoung Choi Date: Thu, 15 Feb 2024 16:58:49 -0700 Subject: [PATCH] bump up version to v0.8.1 --- 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 b19b521..85f7059 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v0.8.0 +v0.8.1 diff --git a/homebrew/gocommands.rb b/homebrew/gocommands.rb index be40086..14ee694 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.0.tar.gz" - sha256 "87c8b8140cc58961ea2833f242e3ac92c26adc33e91585e0339fa79bcb515395" + url "https://github.com/cyverse/gocommands/archive/refs/tags/v0.8.1.tar.gz" + sha256 "d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed" license "BSD-3-Clause" livecheck do diff --git a/package_info.json b/package_info.json index a997bfb..af54315 100644 --- a/package_info.json +++ b/package_info.json @@ -1,3 +1,3 @@ { - "version": "0.8.0" + "version": "0.8.1" } \ No newline at end of file