Skip to content

Commit

Permalink
Merge pull request #189 from cybozu-go/bump-2.5.2
Browse files Browse the repository at this point in the history
Bump version to 2.5.2
  • Loading branch information
kfyharukz authored Jun 8, 2020
2 parents f2d76fe + e11b83c commit 25daea3
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]

## [2.5.2] - 2020-06-08

No changes. Only for updating Docker base image.

## [2.5.1] - 2020-04-07

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

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

[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.5.1...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.5.2...HEAD
[2.5.2]: https://github.com/cybozu-go/sabakan/compare/v2.5.1...v2.5.2
[2.5.1]: https://github.com/cybozu-go/sabakan/compare/v2.5.0...v2.5.1
[2.5.0]: https://github.com/cybozu-go/sabakan/compare/v2.4.9...v2.5.0
[2.4.9]: https://github.com/cybozu-go/sabakan/compare/v2.4.8...v2.4.9
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 = "2.5.1"
const Version = "2.5.2"

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

0 comments on commit 25daea3

Please sign in to comment.