Skip to content

Commit f9ef725

Browse files
committed
go-script-bash v1.0.0
1 parent d67c03a commit f9ef725

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ scripts can be in any other interpreted language.__
192192
First you'll need a copy of this framework available in your project sources.
193193
Archives are available at:
194194

195-
- https://github.com/mbland/go-script-bash/archive/v0.0.0.tar.gz
196-
- https://github.com/mbland/go-script-bash/archive/v0.0.0.zip
195+
- https://github.com/mbland/go-script-bash/archive/v1.0.0.tar.gz
196+
- https://github.com/mbland/go-script-bash/archive/v1.0.0.zip
197197

198198
You can also add this repository to your project as a [`Git
199199
submodule`](https://git-scm.com/book/en/v2/Git-Tools-Submodules):

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# go-script-bash v0.0.0
1+
# go-script-bash v1.0.0
22

33
## The `./go` script: a unified development environment interface
44

go-core.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Framework for writing "./go" scripts in Bash.
44
#
5+
# Version: v1.0.0
56
# URL: https://github.com/mbland/go-script-bash
67
#
78
# To use this framework, create a bash script in the root directory of your

0 commit comments

Comments
 (0)