diff --git a/Makesurefile b/Makesurefile index e8a6431..4e26657 100644 --- a/Makesurefile +++ b/Makesurefile @@ -1,5 +1,5 @@ -@define NEXT_VERSION="0.9.9" +@define NEXT_VERSION="0.9.10" @define TUSH_REPO=https://github.com/adolfopa/tush @define GOAWK_VERSION=1.8.1 diff --git a/README.md b/README.md index 2415ad9..20337e7 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ By default, all scripts inside goals are executed with `bash`. If you want to us ``` $ ./makesure -h -makesure ver. 0.9.9 +makesure ver. 0.9.10 Usage: makesure [options...] [-f buildfile] [goals...] -f,--file buildfile set buildfile to use (default Makesurefile) diff --git a/makesure_stable b/makesure_stable index f23672b..11025aa 100755 --- a/makesure_stable +++ b/makesure_stable @@ -1,5 +1,5 @@ #!/bin/sh -exec awk -v "Version=0.9.9" -v "Prog=$0" ' +exec awk -v "Version=0.9.10" -v "Prog=$0" ' BEGIN { Shell = "bash" SupportedShells["bash"] diff --git a/tests/0_basic.tush b/tests/0_basic.tush index 7f5ddae..cf87337 100644 --- a/tests/0_basic.tush +++ b/tests/0_basic.tush @@ -1,13 +1,13 @@ $ cd "$MYDIR"; ./$MAKESURE -v; ./$MAKESURE --version -| 0.9.9 -| 0.9.9 +| 0.9.10 +| 0.9.10 $ cd "$MYDIR/tests/emptydir"; ../../$MAKESURE -v -| 0.9.9 +| 0.9.10 $ cd "$MYDIR/tests/emptydir"; ../../$MAKESURE -h -| makesure ver. 0.9.9 +| makesure ver. 0.9.10 | Usage: makesure [options...] [-f buildfile] [goals...] | -f,--file buildfile | set buildfile to use (default Makesurefile) diff --git a/tests/12_update.tush b/tests/12_update.tush index 981b097..524c1fb 100644 --- a/tests/12_update.tush +++ b/tests/12_update.tush @@ -13,10 +13,10 @@ $ cd "$MYDIR"; ./$MAKESURE -f tests/12_update.sh test_wget | goal 'test_wget' ... | XXX | running wget -| updated XXX -> 0.9.9 +| updated XXX -> 0.9.10 | running wget -| you have latest version 0.9.9 installed -| 0.9.9 +| you have latest version 0.9.10 installed +| 0.9.10 $ cd "$MYDIR"; ./$MAKESURE -f tests/12_update.sh test_curl | goal 'makesure_prepared' ... @@ -24,7 +24,7 @@ $ cd "$MYDIR"; ./$MAKESURE -f tests/12_update.sh test_curl | goal 'test_curl' ... | XXX | running curl -| updated XXX -> 0.9.9 +| updated XXX -> 0.9.10 | running curl -| you have latest version 0.9.9 installed -| 0.9.9 +| you have latest version 0.9.10 installed +| 0.9.10