Skip to content

Commit e10bf4b

Browse files
committed
first beta release
1 parent 6cd0084 commit e10bf4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/served/info.d

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module served.info;
22

3-
static immutable Version = [0, 7, 4];
4-
static immutable VersionSuffix = ""; // like beta.1
3+
static immutable Version = [0, 8, 0];
4+
static immutable VersionSuffix = "beta.1"; // like beta.1
55
static immutable string BundledDependencies = "dub, dfmt and dscanner are bundled within (compiled in)";
66

77
version (Windows) version (DigitalMars) static assert(false,

0 commit comments

Comments
 (0)