Merge pull request #395 from dlang-community/rlz

update version for 0.9.0 stable
merged-on-behalf-of: Basile Burg <BBasile@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2017-07-03 10:14:25 +02:00 committed by GitHub
commit 27a3f8a763
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-beta.1";
enum DCD_VERSION = "v0.9.0";
version (Windows) {}
else version (built_with_dub) {}