We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8acb9f commit c0105f9Copy full SHA for c0105f9
src/common/dcd_version.d
@@ -21,7 +21,7 @@ module common.dcd_version;
21
/**
22
* Human-readable version number
23
*/
24
-enum DCD_VERSION = "v0.7.0";
+enum DCD_VERSION = "v0.7.1";
25
26
version (Windows) {}
27
else
0 commit comments