Skip to content

Commit 203d443

Browse files
committed
Bump to 12.1.2
1 parent f8229c8 commit 203d443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ USAGE:
783783
mark [global options]
784784

785785
VERSION:
786-
12.1.1
786+
12.1.2
787787

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

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
)
3131

3232
const (
33-
version = "12.1.1"
33+
version = "12.1.2"
3434
usage = "A tool for updating Atlassian Confluence pages from markdown."
3535
description = `Mark is a tool to update Atlassian Confluence pages from markdown. Documentation is available here: https://github.com/kovetskiy/mark`
3636
)

0 commit comments

Comments
 (0)