We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8229c8 commit 203d443Copy full SHA for 203d443
README.md
@@ -783,7 +783,7 @@ USAGE:
783
mark [global options]
784
785
VERSION:
786
- 12.1.1
+ 12.1.2
787
788
DESCRIPTION:
789
Mark is a tool to update Atlassian Confluence pages from markdown. Documentation is available here: https://github.com/kovetskiy/mark
main.go
@@ -30,7 +30,7 @@ import (
30
)
31
32
const (
33
- version = "12.1.1"
+ version = "12.1.2"
34
usage = "A tool for updating Atlassian Confluence pages from markdown."
35
description = `Mark is a tool to update Atlassian Confluence pages from markdown. Documentation is available here: https://github.com/kovetskiy/mark`
36
0 commit comments