diff --git a/main.go b/main.go index 6ff19647..8206b53f 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ import ( ) const ( - version = "9.6.0" + version = "9.6.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` )