diff --git a/scripts/quickstart.sh b/scripts/quickstart.sh index c7f2074..79816cd 100644 --- a/scripts/quickstart.sh +++ b/scripts/quickstart.sh @@ -3,7 +3,7 @@ set -e # Set version number and base url -version="0.9.1" +version="0.9.4" base_url="https://github.com/williamfzc/srctx/releases/download" echo "Starting SRCTX..." diff --git a/version.go b/version.go index e4eebc5..87bd929 100644 --- a/version.go +++ b/version.go @@ -17,6 +17,6 @@ limitations under the License. package srctx const ( - Version = "v0.9.3" + Version = "v0.9.4" RepoUrl = "https://github.com/williamfzc/srctx" )