Skip to content

Commit

Permalink
Merge pull request #174 from cybozu-go/2.4.8
Browse files Browse the repository at this point in the history
Bump version to 2.4.8
  • Loading branch information
binoue authored Oct 28, 2019
2 parents 2f21847 + 2bc1e4d commit 53b2082
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.4.8] - 2019-10-28

### Changed
- Support Golang 1.13 (#173)

## [2.4.7] - 2019-09-10

No changes. Only for updating Docker base image.
Expand Down Expand Up @@ -146,7 +151,8 @@ No changes. Only for updating Docker base image.

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

[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.4.7...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.4.8...HEAD
[2.4.8]: https://github.com/cybozu-go/sabakan/compare/v2.4.7...v2.4.8
[2.4.7]: https://github.com/cybozu-go/sabakan/compare/v2.4.6...v2.4.7
[2.4.6]: https://github.com/cybozu-go/sabakan/compare/v2.4.5...v2.4.6
[2.4.5]: https://github.com/cybozu-go/sabakan/compare/v2.4.4...v2.4.5
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.4.7"
const Version = "2.4.8"

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

0 comments on commit 53b2082

Please sign in to comment.