Skip to content

Commit

Permalink
Bump version to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
morimoto-cybozu committed Nov 22, 2024
1 parent 3294dff commit 5b1fa6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.1.4] - 2024-11-22

Re-release of v3.1.3 due to a bug in the release workflow.

## [3.1.3] - 2024-11-22

### Changed
Expand Down Expand Up @@ -341,7 +345,8 @@ No changes. Only for updating Docker base image.

See [CHANGELOG-0](./CHANGELOG-0.md).

[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v3.1.3...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v3.1.4...HEAD
[3.1.4]: https://github.com/cybozu-go/sabakan/compare/v3.1.3...v3.1.4
[3.1.3]: https://github.com/cybozu-go/sabakan/compare/v3.1.2...v3.1.3
[3.1.2]: https://github.com/cybozu-go/sabakan/compare/v3.1.1...v3.1.2
[3.1.1]: https://github.com/cybozu-go/sabakan/compare/v3.1.0...v3.1.1
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package sabakan

// Version is sabakan version
const Version = "3.1.3"
const Version = "3.1.4"

// SchemaVersion is the schema version
const SchemaVersion = "3"

0 comments on commit 5b1fa6c

Please sign in to comment.