We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f090724 commit 2ff9ef6Copy full SHA for 2ff9ef6
scripts/install.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-VERSION="0.4.0"
+VERSION="0.5.0"
6
7
if [[ -z $ZIGVERM_ROOT_DIR ]]; then
8
ZIGVERM_ROOT_DIR=$HOME/.zigverm
src/main.zig
@@ -16,7 +16,7 @@ const CommonPaths = paths.CommonPaths;
16
const Release = common.Release;
17
const install = @import("install.zig");
18
19
-pub const Version = "0.4.0";
+pub const Version = "0.5.0";
20
21
pub fn main() !void {
22
var aa = std.heap.ArenaAllocator.init(std.heap.page_allocator);
0 commit comments