Skip to content

Commit

Permalink
Merge a25eba6 into 2cf5d49
Browse files Browse the repository at this point in the history
  • Loading branch information
odino committed Jan 2, 2020
2 parents 2cf5d49 + a25eba6 commit a1fff19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/installer.sh
Expand Up @@ -27,7 +27,7 @@ if [ "${MACHINE_TYPE}" = 'x86_64' ]; then
ARCH="amd64"
fi

VERSION=1.10.0
VERSION=1.11.0

echo "Trying to detect the details of your architecture."
echo ""
Expand Down
2 changes: 1 addition & 1 deletion docs/misc/3pl.md
Expand Up @@ -64,7 +64,7 @@ another file is specified:

```
$ ~/projects/abs/builds/abs
Hello alex, welcome to the ABS (1.10.0) programming language!
Hello alex, welcome to the ABS (1.11.0) programming language!
Type 'quit' when you're done, 'help' if you get lost!
⧐ require("abs-sample-module")
Expand Down
2 changes: 1 addition & 1 deletion docs/types/builtin-function.md
Expand Up @@ -304,7 +304,7 @@ $ cat ~/.absrc
source("~/abs/lib/library.abs")
$ abs
Hello user, welcome to the ABS (1.10.0) programming language!
Hello user, welcome to the ABS (1.11.0) programming language!
Type 'quit' when you are done, 'help' if you get lost!
⧐ adder(1, 2)
3
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/abs-lang/abs/repl"
)

var Version = "1.10.0"
var Version = "1.11.0"

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

0 comments on commit a1fff19

Please sign in to comment.