We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0618f1d commit 779d179Copy full SHA for 779d179
README.md
@@ -793,7 +793,7 @@ USAGE:
793
mark [global options]
794
795
VERSION:
796
- 14.0.1
+ 14.0.2
797
798
DESCRIPTION:
799
Mark is a tool to update Atlassian Confluence pages from markdown. Documentation is available here: https://github.com/kovetskiy/mark
main.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
const (
13
- version = "14.0.1"
+ version = "14.0.2"
14
usage = "A tool for updating Atlassian Confluence pages from markdown."
15
description = `Mark is a tool to update Atlassian Confluence pages from markdown. Documentation is available here: https://github.com/kovetskiy/mark`
16
0 commit comments