From d64ed09a7e8c48df0019b3d6ecac5900295e32d1 Mon Sep 17 00:00:00 2001 From: Sam Atman Date: Tue, 3 Sep 2024 10:32:34 -0400 Subject: [PATCH] Version --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index db9a50c..ffbaa96 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -2,7 +2,7 @@ .name = "runeset", // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication. - .version = "0.8.1", + .version = "0.9.0", // This is currently advisory only; Zig does not yet do anything // with this value.