push version number

This commit is contained in:
Basile Burg 2018-04-23 15:07:54 +02:00
parent d7e6e13912
commit 473e340ef2
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.0"; enum DCD_VERSION = "v0.9.3";
version (Windows) {} version (Windows) {}
else version (built_with_dub) {} else version (built_with_dub) {}