Skip to content

Commit

Permalink
bump to 0.8.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Dec 8, 2022
1 parent 67d0ef0 commit 4add2d7
Showing 1 changed file with 1 addition and 1 deletion.
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.9"; // like beta.1
static immutable VersionSuffix = "beta.10"; // 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 4add2d7

Please sign in to comment.