File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,7 @@ shell supported is listed below:
5757### Compiling
5858
5959Requirements:
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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const CommonPaths = paths.CommonPaths;
1616const Release = common .Release ;
1717const install = @import ("install.zig" );
1818
19- pub const Version = "0.6.2 " ;
19+ pub const Version = "0.7.0 " ;
2020
2121pub fn main () ! void {
2222 var aa = std .heap .ArenaAllocator .init (std .heap .page_allocator );
You can’t perform that action at this time.
0 commit comments