Skip to content

Commit 25e925d

Browse files
committed
Bump to v0.8.0-dev
1 parent d85fa84 commit 25e925d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const std = @import("std");
22

3-
const version = std.SemanticVersion{ .major = 0, .minor = 7, .patch = 0 };
3+
const version = std.SemanticVersion{ .major = 0, .minor = 8, .patch = 0, .pre = "dev" };
44

55
// Although this function looks imperative, note that its job is to
66
// declaratively construct a build graph that will be executed by an external

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// This is a [Semantic Version](https://semver.org/).
1212
// In a future version of Zig it will be used for package deduplication.
13-
.version = "0.7.0",
13+
.version = "0.8.0-dev",
1414

1515
// Together with name, this represents a globally unique package
1616
// identifier. This field is generated by the Zig toolchain when the

0 commit comments

Comments
 (0)