Skip to content

Commit

Permalink
Bump version to 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueg committed Feb 19, 2025
1 parent f2b2a7a commit b2f0e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ USAGE:
mark [global options]

VERSION:
12.0.0
12.1.0

DESCRIPTION:
Mark is a tool to update Atlassian Confluence pages from markdown. Documentation is available here: https://github.com/kovetskiy/mark
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
)

const (
version = "12.0.0"
version = "12.1.0"
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`
)
Expand Down

0 comments on commit b2f0e80

Please sign in to comment.