Skip to content

Commit 67a88fd

Browse files
committed
release: v0.7.0
1 parent debd9f8 commit 67a88fd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ shell supported is listed below:
5757
### Compiling
5858

5959
Requirements:
60-
61-
- Zig >= 0.12.0. See [this](https://github.com/AMythicDev/zigverm#note-for-zig--v014) for Zig v0.14.
60+
- Zig master
6261
- libc on non-Windows systems. Can be provided by Zig itself, if available for the platform.
6362
- `git`, if you want to compile the latest commit or you want to develop `zigverm`.
6463

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const CommonPaths = paths.CommonPaths;
1616
const Release = common.Release;
1717
const install = @import("install.zig");
1818

19-
pub const Version = "0.6.2";
19+
pub const Version = "0.7.0";
2020

2121
pub fn main() !void {
2222
var aa = std.heap.ArenaAllocator.init(std.heap.page_allocator);

0 commit comments

Comments
 (0)