Version bump to 13.0.0

This commit is contained in:
Manuel Rüger 2025-05-31 20:41:06 +02:00
parent 760ee5a2eb
commit 926945f884
2 changed files with 2 additions and 2 deletions

View File

@ -793,7 +793,7 @@ USAGE:
mark [global options]
VERSION:
12.2.0
13.0.0
DESCRIPTION:
Mark is a tool to update Atlassian Confluence pages from markdown. Documentation is available here: https://github.com/kovetskiy/mark

View File

@ -10,7 +10,7 @@ import (
)
const (
version = "12.2.0"
version = "13.0.0"
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`
)