Bump version to 9.3.0

This commit is contained in:
Manuel Rüger 2023-05-03 18:47:50 +02:00
parent fd97ee70f9
commit 72cfc04ab6

View File

@ -21,7 +21,7 @@ import (
) )
const ( const (
version = "9.2.1" version = "9.3.0"
usage = "A tool for updating Atlassian Confluence pages from markdown." 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` description = `Mark is a tool to update Atlassian Confluence pages from markdown. Documentation is available here: https://github.com/kovetskiy/mark`
) )