diff --git a/README.md b/README.md index 2af18eb..c1f9470 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ The specifications themselves are defined in yaml file (Check out an example - [ The [frontend](https://github.com/rkbalgi/isosim-react-frontend) is bundled with the application and can be accessed at [http://localhost:8080/](http://localhost:8080/) -* A quick demo - https://github.com/rkbalgi/isosim/wiki/Test-Examples -* Running on Docker - https://github.com/rkbalgi/isosim/wiki/Running-on-Docker +* A quick walkthrough - https://github.com/rkbalgi/isosim/wiki/Test-Examples + ` Please note that this application has been tested only on the chrome browser.` diff --git a/cmd/isosim/version.go b/cmd/isosim/version.go index 677eb6a..280935b 100644 --- a/cmd/isosim/version.go +++ b/cmd/isosim/version.go @@ -1,4 +1,4 @@ package main var version = "0.8.0" -var build = "784c04ff" +var build = "2287e50f"