Merge pull request #618 from BBasile/upd-ver

bump version number
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2018-04-23 18:54:26 +02:00 committed by GitHub
commit dae286504c
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.0";
enum DEFAUULT_DSCANNER_VERSION = "v0.5.2";
version (built_with_dub)
{