From 8d0434539cb3dea53cabb0e2d4de266906ece310 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 19 May 2023 23:11:48 +0000 Subject: [PATCH] update version to 1.2.4, ready to publish v1.2.4 --- Makefile | 2 +- README.md | 2 +- cmd/sibling/main.go | 2 +- docs/config.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index bf0ffd0..eeb9cb7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GO=go NAME := sibling -VERSION := 1.2.3 +VERSION := 1.2.4 DIST := $(NAME)-$(VERSION) all: test build diff --git a/README.md b/README.md index 5ceda4d..f638e3f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/tamada/sibling)](https://goreportcard.com/report/github.com/tamada/sibling) [![License](https://img.shields.io/badge/License-WTFPL-green.svg)](https://github.com/tamada/sibling/blob/master/LICENSE) -[![Version](https://img.shields.io/badge/Version-1.2.3-green.svg)](https://github.com/tamada/sibling/releases/tag/v1.2.3) +[![Version](https://img.shields.io/badge/Version-1.2.4-green.svg)](https://github.com/tamada/sibling/releases/tag/v1.2.4) get next/previous sibling directory name. diff --git a/cmd/sibling/main.go b/cmd/sibling/main.go index 5336514..b6383ac 100644 --- a/cmd/sibling/main.go +++ b/cmd/sibling/main.go @@ -10,7 +10,7 @@ import ( "github.com/tamada/sibling" ) -const VERSION = "1.2.3" +const VERSION = "1.2.4" type options struct { absolute bool diff --git a/docs/config.toml b/docs/config.toml index 4684ba8..7868442 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -15,7 +15,7 @@ pygmentsStyle = "pygments" project_tagline = "get next/previous sibling directory name" dateFormat = "2006-01-02" katex = true - version = "1.2.3" + version = "1.2.4" footer = "[![GitHub](https://img.shields.io/badge/GitHub-tamada/sibling-blueviolet.svg?logo=github)](https://github.com/tamada/sibling) Made with [Hugo](https://gohugo.io/). Theme by [Cayman](https://github.com/zwbetz-gh/cayman-hugo-theme). Deployed to [GitHub Pages](https://pages.github.com/)." [menu]