Version bump to 14.0.2

This commit is contained in:
Manuel Rüger 2025-06-10 13:48:28 +02:00
parent 0618f1de60
commit 779d1791b4
2 changed files with 2 additions and 2 deletions

View File

@ -793,7 +793,7 @@ USAGE:
mark [global options]
VERSION:
14.0.1
14.0.2
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 = "14.0.1"
version = "14.0.2"
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`
)