Skip to content

Commit

Permalink
bump to 0.8.0-beta.14
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Mar 27, 2023
1 parent 013e63f commit 8a0e0f1
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.13"; // like beta.1
static immutable VersionSuffix = "beta.14"; // 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 8a0e0f1

Please sign in to comment.