Skip to content

Commit

Permalink
bump to 0.8.0-beta.13
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Jan 21, 2023
1 parent 6ddfc7d commit 9691745
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.10"; // like beta.1
static immutable VersionSuffix = "beta.13"; // 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 9691745

Please sign in to comment.