Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisaphone committed Sep 12, 2024
1 parent 51d33eb commit 4d571f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const extract = @import("extract.zig");
const talkie_build = @import("talkie_build.zig");
const talkie_extract = @import("talkie_extract.zig");

const version = "0.5.0";
const version = "0.4.1";

pub fn main() !u8 {
runCli() catch |err| {
Expand Down

0 comments on commit 4d571f4

Please sign in to comment.