From f9ef7251d0df989f30fd4888d74bf91374c87673 Mon Sep 17 00:00:00 2001 From: Mike Bland Date: Fri, 16 Sep 2016 08:50:21 -0400 Subject: [PATCH] go-script-bash v1.0.0 --- README.md | 4 ++-- RELEASE.md | 2 +- go-core.bash | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8db356..9fb0ca6 100644 --- a/README.md +++ b/README.md @@ -192,8 +192,8 @@ scripts can be in any other interpreted language.__ First you'll need a copy of this framework available in your project sources. Archives are available at: -- https://github.com/mbland/go-script-bash/archive/v0.0.0.tar.gz -- https://github.com/mbland/go-script-bash/archive/v0.0.0.zip +- https://github.com/mbland/go-script-bash/archive/v1.0.0.tar.gz +- https://github.com/mbland/go-script-bash/archive/v1.0.0.zip You can also add this repository to your project as a [`Git submodule`](https://git-scm.com/book/en/v2/Git-Tools-Submodules): diff --git a/RELEASE.md b/RELEASE.md index 9fb30c1..d87b7a7 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -# go-script-bash v0.0.0 +# go-script-bash v1.0.0 ## The `./go` script: a unified development environment interface diff --git a/go-core.bash b/go-core.bash index 4ebaa79..81ffce9 100755 --- a/go-core.bash +++ b/go-core.bash @@ -2,6 +2,7 @@ # # Framework for writing "./go" scripts in Bash. # +# Version: v1.0.0 # URL: https://github.com/mbland/go-script-bash # # To use this framework, create a bash script in the root directory of your