Skip to content

Commit

Permalink
update version to 1.2.4, ready to publish v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 19, 2023
1 parent 2dabd1c commit 8d04345
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GO=go
NAME := sibling
VERSION := 1.2.3
VERSION := 1.2.4
DIST := $(NAME)-$(VERSION)

all: test build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion cmd/sibling/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/tamada/sibling"
)

const VERSION = "1.2.3"
const VERSION = "1.2.4"

type options struct {
absolute bool
Expand Down
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8d04345

Please sign in to comment.