Skip to content

Commit

Permalink
fix 32 bit, bump to 0.8.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Jan 19, 2023
1 parent 6e42edf commit e218b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"automem": "0.6.8",
"botan": "1.12.19",
"botan-math": "1.0.3",
"cachetools": "0.4.0",
"cachetools": "0.4.1",
"dcd": "0.15.0",
"dfmt": "0.15.0-beta.1",
"diet-complete": "0.0.3",
Expand Down
2 changes: 1 addition & 1 deletion source/served/info.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module served.info;

static immutable Version = [0, 8, 0];
static immutable VersionSuffix = "beta.10"; // like beta.1
static immutable VersionSuffix = "beta.12"; // like beta.1
static immutable string BundledDependencies = "dub, dfmt and dscanner are bundled within (compiled in)";

version (Windows) version (DigitalMars) static assert(false,
Expand Down

0 comments on commit e218b6c

Please sign in to comment.