diff --git a/README.md b/README.md index 363b41a..5b1c9d9 100644 --- a/README.md +++ b/README.md @@ -741,7 +741,7 @@ USAGE: mark [global options] [arguments...] VERSION: - 9.9.0 + 9.10.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 45a361f..3e843fb 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ import ( ) const ( - version = "9.9.0" + version = "9.10.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` )