Skip to content

Commit

Permalink
Oop I forgot to bump the version number in source :/
Browse files Browse the repository at this point in the history
  • Loading branch information
thesephist committed Aug 4, 2019
1 parent 63902ed commit 2ba496d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Build artifacts
ink
ink-*
ink.exe
ink.exe~
ink.wasm
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ func main() {
ctx := eng.CreateContext{}

file, err := os.Open("main.ink")
defer file.Close()
if err != nil {
log.Fatal("Could not open main.ink for execution")
}
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 (
"strings"
)

const VERSION = "0.1.4"
const VERSION = "0.1.5"

const HELP_MSG = `
Ink is a minimal, powerful, functional programming language.
Expand Down

0 comments on commit 2ba496d

Please sign in to comment.