From c86ea8f4902079ce158de6916c1cc47a8e397353 Mon Sep 17 00:00:00 2001 From: odino Date: Tue, 22 Jan 2019 21:45:17 +0400 Subject: [PATCH] preparing for `preview-4` --- docs/misc/technical-details.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/misc/technical-details.md b/docs/misc/technical-details.md index 83c8e8bc..2d6260dd 100644 --- a/docs/misc/technical-details.md +++ b/docs/misc/technical-details.md @@ -97,7 +97,7 @@ Exit code: 99 ``` ## Roadmap -We're currently working on the [preview-4](https://github.com/abs-lang/abs/milestone/7). +We're currently working on [1.0](https://github.com/abs-lang/abs/milestone/5). ## Next diff --git a/main.go b/main.go index c0fbe3c4..c283d10f 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( "github.com/abs-lang/abs/repl" ) -var VERSION = "latest" +var VERSION = "preview-4" // The ABS interpreter func main() {