Merge pull request #487 from BBasile/upd-ver

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

View File

@ -21,7 +21,7 @@ module dcd.common.dcd_version;
/** /**
* Human-readable version number * Human-readable version number
*/ */
enum DCD_VERSION = "v0.9.4"; enum DCD_VERSION = "v0.9.7";
version (Windows) {} version (Windows) {}
else version (built_with_dub) {} else version (built_with_dub) {}