Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
odino committed Feb 2, 2019
1 parent 15d7a64 commit 0270fe5
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.1
VERSION=1.0.2

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.1"
var VERSION = "1.0.2"

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

0 comments on commit 0270fe5

Please sign in to comment.