Skip to content

Commit

Permalink
Merge pull request #285 from cybozu-go/bump-3.1.2
Browse files Browse the repository at this point in the history
Bump version to 3.1.2
  • Loading branch information
zeroalphat authored Jul 18, 2024
2 parents b03c6e2 + ee5fab7 commit cad12ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.1.2] - 2024-07-18

### Changed

- Update dependencies in [#283](https://github.com/cybozu-go/sabakan/pull/283)
Expand Down Expand Up @@ -329,7 +331,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.1...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v3.1.2...HEAD
[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
[3.1.0]: https://github.com/cybozu-go/sabakan/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/cybozu-go/sabakan/compare/v2.13.2...v3.0.0
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.1"
const Version = "3.1.2"

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

0 comments on commit cad12ca

Please sign in to comment.