Skip to content

Commit e218b6c

Browse files
committed
fix 32 bit, bump to 0.8.0-beta.12
1 parent 6e42edf commit e218b6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dub.selections.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"automem": "0.6.8",
55
"botan": "1.12.19",
66
"botan-math": "1.0.3",
7-
"cachetools": "0.4.0",
7+
"cachetools": "0.4.1",
88
"dcd": "0.15.0",
99
"dfmt": "0.15.0-beta.1",
1010
"diet-complete": "0.0.3",

source/served/info.d

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

33
static immutable Version = [0, 8, 0];
4-
static immutable VersionSuffix = "beta.10"; // like beta.1
4+
static immutable VersionSuffix = "beta.12"; // 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)