Commit 13bc8106921a470ce87c6ff8cd0bd399d202ef92
Bump version to 0.11
There were quite a lot of commits and changes since last version bump.
Author: xaizek
Author date (UTC): 2018-11-01 10:52
Committer name: xaizek
Committer date (UTC): 2018-11-01 10:52
Parent(s): 4a9c617a9232ba33efaadcd7501c7e9547e11bcf
Signing key: 99DC5E4DB05F6BE2
Tree: a3c71e62b7d1af57f34851eaa14d2cb3e9474bff
| File README.md changed (mode: 100644) (index ec311eb..483d478) | 
	| 1 |  | **dit**, _v0.10_, _2015 - 2018_ |  | 
	|  | 1 |  | **dit**, _v0.11_, _2015 - 2018_ | 
	| 2 | 2 |  |  | 
	| 3 |  | _This file last updated on 14 April, 2018_ |  | 
	|  | 3 |  | _This file last updated on 1 November, 2018_ | 
	| 4 | 4 |  |  | 
	| 5 | 5 | ### Brief Description ### | ### Brief Description ### | 
	| 6 | 6 |  |  | 
| File src/Dit.cpp changed (mode: 100644) (index 78d5697..66fbd08) | 
	| ... | ... | Dit::run() | 
	| 154 | 154 | } | } | 
	| 155 | 155 |  |  | 
	| 156 | 156 | if (invocation.shouldPrintVersion()) { | if (invocation.shouldPrintVersion()) { | 
	| 157 |  | std::cout << "0.10\n"; |  | 
	|  | 157 |  | std::cout << "0.11\n"; | 
	| 158 | 158 | return EXIT_SUCCESS; | return EXIT_SUCCESS; | 
	| 159 | 159 | } | } | 
	| 160 | 160 |  |  |