diff --git a/README.md b/README.md index 5b1c9d90..d60f3bd5 100644 --- a/README.md +++ b/README.md @@ -741,7 +741,7 @@ USAGE: mark [global options] [arguments...] VERSION: - 9.10.0 + 9.10.1 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 3e843fb1..09e9d5d3 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ import ( ) const ( - version = "9.10.0" + version = "9.10.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` )