From 0b7d032b11abe4fa44e5243427fc7412babb6150 Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Thu, 27 Mar 2025 21:43:02 +0100 Subject: [PATCH] tag: 0.2.0 --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index b4f1183..fb2c061 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -24,7 +24,7 @@ // 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.2.0", // Tracks the earliest Zig version that the package considers to be a // supported use case.