From ed9d64c663b84f74b76b30b1e4aa933eb72ff8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Mon, 12 Aug 2024 15:32:58 +0200 Subject: [PATCH] Bump to 10.0.1 --- .github/workflows/ci.yml | 2 +- README.md | 2 +- main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33745b7..bacd611 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: - master env: - GO_VERSION: "~1.22.5" + GO_VERSION: "~1.22.6" jobs: # Runs Golangci-lint on the source code diff --git a/README.md b/README.md index 17f1650..ba7443d 100644 --- a/README.md +++ b/README.md @@ -762,7 +762,7 @@ USAGE: mark [global options] VERSION: - 10.0.0 + 10.0.1 DESCRIPTION: Mark is a tool to update Atlassian Confluence pages from markdown. Documentation is available here: https://github.com/kovetskiy/mark diff --git a/main.go b/main.go index 7531aec..1cde47b 100644 --- a/main.go +++ b/main.go @@ -25,7 +25,7 @@ import ( ) const ( - version = "10.0.0" + version = "10.0.1" 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` )