Skip to content

Commit

Permalink
⬆️Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4c756e61 committed Feb 16, 2024
1 parent da223a1 commit 88608a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.name = "ZDSM",
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "0.0.0",
.version = "0.1.0",

// This field is optional.
// This is currently advisory only; Zig does not yet do anything
Expand Down
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var alloc = gpa.allocator();
var ctx: *const Context = undefined;

// TODO: Parse build.zig.zon at compile time to get version
const SERVER_VERSION = "v0.0.0";
const SERVER_VERSION = "v0.1.0";

const SoftwareInfo = struct { version: str = SERVER_VERSION };

Expand Down

0 comments on commit 88608a5

Please sign in to comment.