From ac8ff7f0b7ff6e5625ec3faaed3e2d50fc2208f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Mon, 15 Jan 2024 12:38:56 +0100 Subject: [PATCH] Bump to 9.11.1 --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c0e545..dbee00e 100644 --- a/README.md +++ b/README.md @@ -741,7 +741,7 @@ USAGE: mark [global options] [arguments...] VERSION: - 9.11.0 + 9.11.1 DESCRIPTION: Mark is a tool to update Atlassian Confluence pages from markdown. Documentation is available here: https://github.com/kovetskiy/mark diff --git a/main.go b/main.go index a7d0dc4..740f8b2 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ import ( ) const ( - version = "9.11.0" + version = "9.11.1" usage = "A tool for updating Atlassian Confluence pages from markdown." description = `Mark is a tool to update Atlassian Confluence pages from markdown. Documentation is available here: https://github.com/kovetskiy/mark` )