From 21d0a7d8bccfba8d68416dab1202a4b0c44f8d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Wed, 3 May 2023 21:32:42 +0200 Subject: [PATCH] Bump version to 9.3.1 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1d3a24e..d3bbcec 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ import ( ) const ( - version = "9.3.0" + version = "9.3.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` )