Skip to content

Commit

Permalink
release: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AMythicDev committed Nov 13, 2024
1 parent f090724 commit 2ff9ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="0.4.0"
VERSION="0.5.0"

if [[ -z $ZIGVERM_ROOT_DIR ]]; then
ZIGVERM_ROOT_DIR=$HOME/.zigverm
Expand Down
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const CommonPaths = paths.CommonPaths;
const Release = common.Release;
const install = @import("install.zig");

pub const Version = "0.4.0";
pub const Version = "0.5.0";

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

0 comments on commit 2ff9ef6

Please sign in to comment.