Merge pull request #638 from BBasile/upd-ver

update version number
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2018-05-22 12:10:46 +02:00 committed by GitHub
commit e9d17fdc3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module dscanner.dscanner_version;
/**
* Human-readable version number
*/
enum DEFAUULT_DSCANNER_VERSION = "v0.5.2";
enum DEFAUULT_DSCANNER_VERSION = "v0.5.5";
version (built_with_dub)
{