From 10d0778adf860d61f94b5f45523bbf3b92bcf43f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Wed, 30 Aug 2023 14:52:16 +0200 Subject: [PATCH] Bump to 9.9.0 --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf1ea3dd..c67235c5 100644 --- a/README.md +++ b/README.md @@ -739,7 +739,7 @@ USAGE: mark [global options] [arguments...] VERSION: - 9.8.0 + 9.9.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 3828e1b2..d0ff70f8 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ import ( ) const ( - version = "9.8.0" + version = "9.9.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` )