From 6d8d70a41565656b21e9b00a04c04e305abb99f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Tue, 23 May 2023 08:43:06 +0200 Subject: [PATCH] Version bump to 9.5.0 --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a12f5593..b88d4cd3 100644 --- a/README.md +++ b/README.md @@ -664,7 +664,7 @@ USAGE: mark [global options] [arguments...] VERSION: - 9.4.0 + 9.5.0 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 b6d8d0a8..734bd53f 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ import ( ) const ( - version = "9.4.0" + version = "9.5.0" 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` )