Skip to content

Commit

Permalink
Bump version to 0.11
Browse files Browse the repository at this point in the history
There were quite a lot of commits and changes since last version bump.
  • Loading branch information
xaizek committed Nov 1, 2018
1 parent 4a9c617 commit 13bc810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**dit**, _v0.10_, _2015 - 2018_
**dit**, _v0.11_, _2015 - 2018_

_This file last updated on 14 April, 2018_
_This file last updated on 1 November, 2018_

### Brief Description ###

Expand Down
2 changes: 1 addition & 1 deletion src/Dit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Dit::run()
}

if (invocation.shouldPrintVersion()) {
std::cout << "0.10\n";
std::cout << "0.11\n";
return EXIT_SUCCESS;
}

Expand Down

0 comments on commit 13bc810

Please sign in to comment.