Skip to content

Commit

Permalink
Merge pull request #26 from asymmetric/patch-1
Browse files Browse the repository at this point in the history
Fix VERSION
  • Loading branch information
alexjurkiewicz authored Jan 20, 2019
2 parents e5bd3e9 + 8097b4b commit 21cd6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -u
# Exit if a pipeline exits non-zero
set -e

VERSION="1.3b3"
VERSION="1.3"

if [ "$#" = "1" ] && [ "$1" = "--version" ]; then
echo "acts version $VERSION"
Expand Down

0 comments on commit 21cd6bc

Please sign in to comment.