From f3a3ff2248a8e9c3a7a6f024fdf2c1945ce0f375 Mon Sep 17 00:00:00 2001 From: quirinecker Date: Mon, 6 Mar 2023 22:05:08 +0100 Subject: [PATCH] incremented the version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f879ede..2fe412d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docki" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "cli for building and publishing documentation using asciidoctor" license-file = "LICENSE.txt"