From 1f9a43c648a102a8813eb2d6cd1f26005e444794 Mon Sep 17 00:00:00 2001 From: RobWalt Date: Sun, 22 Oct 2023 23:27:14 +0200 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92c149e..5e972a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forgejo-api-types" -version = "0.1.8" +version = "0.1.9" edition = "2021" license = "AGPL-3.0-or-later" keywords = ["forgejo", "types", "codeberg", "api"]