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