We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d80cf commit 16893e1Copy full SHA for 16893e1
source/served/info.d
@@ -1,4 +1,4 @@
1
module source.served.info;
2
3
-static immutable Version = [0, 5, 1];
4
-static immutable VersionSuffix = ""; // like beta.1
+static immutable Version = [0, 6, 0];
+static immutable VersionSuffix = "beta.1"; // like beta.1
0 commit comments