Skip to content

Commit

Permalink
chore: bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdnts committed Oct 7, 2024
1 parent 5e9dcb3 commit e9f2689
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.1.0",
.version = "0.2.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 @@ -22,5 +22,5 @@ pub fn help() !void {

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

0 comments on commit e9f2689

Please sign in to comment.