Merge pull request #394 from dlang-community/beta-ver

[TRIVIAL] update version for --version
This commit is contained in:
Basile Burg 2017-07-02 16:03:34 +02:00 committed by GitHub
commit 68d908008c
1 changed files with 1 additions and 1 deletions

View File

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