Bump version to 9.5.1

This commit is contained in:
Manuel Rüger 2023-05-23 11:53:43 +02:00
parent 9a37fc4713
commit dbadf47954

View File

@ -21,7 +21,7 @@ import (
)
const (
version = "9.5.0"
version = "9.5.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`
)