diff --git a/README.md b/README.md index b88d4cd3..9b1d5c65 100644 --- a/README.md +++ b/README.md @@ -664,7 +664,7 @@ USAGE: mark [global options] [arguments...] VERSION: - 9.5.0 + 9.5.2 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 c0b27c95..ddf0c860 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ import ( ) const ( - version = "9.5.1" + version = "9.5.2" 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` )