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