Skip to content

Commit

Permalink
Roll 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ten0s committed Dec 17, 2015
1 parent a404620 commit 5fa9ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -46,7 +46,7 @@ Usage

```sh
$ syntaxerl
Syntax checker for Erlang (0.10.0)
Syntax checker for Erlang (0.11.0)
Usage: syntaxerl [-d | --debug] <FILENAME>
syntaxerl <-h | --help>
-d, --debug Enable debug output
Expand Down
2 changes: 1 addition & 1 deletion src/syntaxerl.app.src
@@ -1,6 +1,6 @@
{application, syntaxerl, [
{description, "Syntax checker for Erlang"},
{vsn, "0.10.0"},
{vsn, "0.11.0"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 5fa9ba7

Please sign in to comment.