update version for 0.9.0 stable

This commit is contained in:
Basile Burg 2017-07-03 09:51:48 +02:00
parent 68d908008c
commit 82bb08d980
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
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) {}