Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
odino committed Jan 27, 2019
1 parent 6ed420d commit 4def3aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MACHINE_TYPE=$(uname -m)
if [ "${MACHINE_TYPE}" = 'x86_64' ]; then
ARCH="amd64"
fi
VERSION=1.0.0
VERSION=1.0.1

echo "Trying to detect the details of your architecture."
echo ""
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/abs-lang/abs/repl"
)

var VERSION = "1.0.0"
var VERSION = "1.0.1"

// The ABS interpreter
func main() {
Expand Down

0 comments on commit 4def3aa

Please sign in to comment.