Skip to content

Commit

Permalink
version: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freref committed Feb 26, 2025
1 parent e789ba3 commit 7d3a3a1
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 = "fancy-cat",
.version = "0.1.1",
.version = "0.3.0",
.minimum_zig_version = "0.13.0",
.dependencies = .{
.vaxis = .{
Expand Down
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const std = @import("std");
const Context = @import("Context.zig").Context;

pub const FANCY_CAT_VERSION = "0.2.0";
pub const FANCY_CAT_VERSION = "0.3.0";

pub fn main() !void {
const args = try std.process.argsAlloc(std.heap.page_allocator);
Expand Down

0 comments on commit 7d3a3a1

Please sign in to comment.