Skip to content

Commit 779d179

Browse files
committed
Version bump to 14.0.2
1 parent 0618f1d commit 779d179

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ USAGE:
793793
mark [global options]
794794

795795
VERSION:
796-
14.0.1
796+
14.0.2
797797

798798
DESCRIPTION:
799799
Mark is a tool to update Atlassian Confluence pages from markdown. Documentation is available here: https://github.com/kovetskiy/mark

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
const (
13-
version = "14.0.1"
13+
version = "14.0.2"
1414
usage = "A tool for updating Atlassian Confluence pages from markdown."
1515
description = `Mark is a tool to update Atlassian Confluence pages from markdown. Documentation is available here: https://github.com/kovetskiy/mark`
1616
)

0 commit comments

Comments
 (0)