From 9075b34ca39409c307fadd3628f3b733cab57cae Mon Sep 17 00:00:00 2001 From: quirinecker Date: Sat, 8 Nov 2025 19:32:44 +0100 Subject: [PATCH] version increment --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 92186a6..a9ab556 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,11 @@ [package] name = "docki" -version = "1.2.1" +version = "1.2.2" edition = "2021" description = "cli for building and publishing documentation using asciidoctor" license-file = "LICENSE.txt" authors = ["Quirin Ecker"] -exclude = [ - ".gitlab" -] +exclude = [".gitlab"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html