Skip to content

Commit

Permalink
chore: bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdnts committed Apr 23, 2024
1 parent ff56e96 commit 9be93e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.{
.name = "zup",
.version = "0.0.1",
.version = "0.1.0",

.dependencies = .{},

Expand Down
2 changes: 1 addition & 1 deletion src/zup.zig
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ pub fn help() !void {

pub fn version() !void {
const stdout = std.io.getStdOut();
stdout.writeAll("0.0.1") catch unreachable;
stdout.writeAll("0.1.0") catch unreachable;
}

0 comments on commit 9be93e3

Please sign in to comment.