diff --git a/README.md b/README.md index 3c0e545..dbee00e 100644 --- a/README.md +++ b/README.md @@ -741,7 +741,7 @@ USAGE: mark [global options] [arguments...] VERSION: - 9.11.0 + 9.11.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 a7d0dc4..740f8b2 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ import ( ) const ( - version = "9.11.0" + version = "9.11.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` )