From 511b357b9fd6480f46cf2a52b1d168471d1ec015 Mon Sep 17 00:00:00 2001 From: Komari Spaghetti <3759175+Hejsil@users.noreply.github.com> Date: Tue, 21 Dec 2021 23:17:46 +0100 Subject: [PATCH] Tag 0.5.0 --- gyro.zzz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gyro.zzz b/gyro.zzz index 347d37a..c993e7e 100644 --- a/gyro.zzz +++ b/gyro.zzz @@ -1,6 +1,6 @@ pkgs: clap: - version: 0.4.1 + version: 0.5.0 license: Unlicense description: Simple command line argument parsing library source_url: "https://github.com/Hejsil/zig-clap"