update version

This commit is contained in:
Basile Burg 2018-05-14 22:33:20 +02:00
parent 351f4c36de
commit 13c10a0f2b
1 changed files with 1 additions and 1 deletions

View File

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