Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrezaask committed Oct 12, 2019
1 parent c391983 commit 7e3d38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ us.

## How
REPL parses the input and put the code you entered in one of these categories:
Imports
- Imports
- Var declaration/assignment
- type definition
- function definition
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (
)

const (
version = "1.0"
version = "0.1a"
logo = "CiAgIF9fX19fXyAgICAgIF9fICAgICAgICAgIF9fICAgIF9fICAgICAgICAgICAgIF9fX18gIF9fX19fX19fX18gIF9fIAogIC8gX19f" +
"Xy9fX18gIC8gLyAgIF9fX18gIC8gL18gIC8gL18gIF9fICBfXyAgIC8gX18gXC8gX19fXy8gX18gXC8gLyAKIC8gLyBfXy8gX18gXC8gLy" +
"AgIC8gX18gXC8gX18gXC8gX18gXC8gLyAvIC8gIC8gL18vIC8gX18vIC8gL18vIC8gLyAgCi8gL18vIC8gL18vIC8gL19fXy8gL18vIC8g" +
Expand Down

0 comments on commit 7e3d38c

Please sign in to comment.