From b5828d79c8bc6ba0cc2e6cf1d805dc2c22a46a03 Mon Sep 17 00:00:00 2001 From: quirinecker Date: Tue, 14 Mar 2023 22:45:22 +0100 Subject: [PATCH] incremented version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61be061..f0fb892 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docki" -version = "1.0.0" +version = "1.2.0" edition = "2021" description = "cli for building and publishing documentation using asciidoctor" license-file = "LICENSE.txt"