From 6a7f9cff561d436e1e49dccef89a7f2651055260 Mon Sep 17 00:00:00 2001 From: pedrodesu Date: Sat, 6 Jul 2024 01:22:52 +0100 Subject: [PATCH] wrong versioning oops --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 3ce261a..93e5d17 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -2,7 +2,7 @@ .name = "fch", // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication. - .version = "0.1.0", + .version = "0.3.0", // This field is optional. // This is currently advisory only; Zig does not yet do anything