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` )