From 2b4c30cb9fa4cd6122407f5ddd87f67a3b61df57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Wed, 21 Jul 2021 17:21:48 +0200 Subject: [PATCH] Update the version to v2.9.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e00f07e..2386e5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,7 +198,7 @@ checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" [[package]] name = "newdoc" -version = "2.9.1" +version = "2.9.2" dependencies = [ "askama", "clap", diff --git a/Cargo.toml b/Cargo.toml index 876ea71..289f68d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "newdoc" -version = "2.9.1" +version = "2.9.2" description = "Generate pre-populated module files formatted with AsciiDoc that are used in Red Hat and Fedora documentation." authors = ["Marek Suchánek "] license = "GPL-3.0-or-later"