Skip to content

Commit

Permalink
猬嗭笍 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thbwd committed Feb 3, 2019
1 parent 82b8d3c commit ce211b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/CLI/Options.cpp
Expand Up @@ -24,7 +24,7 @@ namespace CLI {
#endif

Options::Options(int argc, char *argv[]) {
args::ArgumentParser parser("Emojicode Compiler 0.8.3. Visit https://www.emojicode.org for help.");
args::ArgumentParser parser("Emojicode Compiler 0.8.4. Visit https://www.emojicode.org for help.");
args::Positional<std::string> file(parser, "file", "The main file of the package to be compiled", std::string(),
args::Options::Required);
args::HelpFlag help(parser, "help", "Display this help menu", {'h', "help"});
Expand Down
2 changes: 1 addition & 1 deletion dist.py
Expand Up @@ -4,7 +4,7 @@
import sys
import subprocess

version = "0.8.3"
version = "0.8.4"
packages = ["s", "files", "sockets", "testtube"]

source = sys.argv[1]
Expand Down

0 comments on commit ce211b3

Please sign in to comment.