Skip to content

Commit

Permalink
Merge pull request #180 from cybozu-go/bump-2.4.9
Browse files Browse the repository at this point in the history
Bump version to 2.4.9
  • Loading branch information
Hiroshi Muraoka authored Dec 26, 2019
2 parents fcab34a + fdd3d89 commit 1f85f42
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.4.9] - 2019-12-26

Only cosmetic changes.

## [2.4.8] - 2019-10-28

### Changed
Expand Down Expand Up @@ -151,7 +155,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.8...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.4.9...HEAD
[2.4.9]: https://github.com/cybozu-go/sabakan/compare/v2.4.8...v2.4.9
[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
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Bump version

1. Determine a new API/program version number. Let it write `$VERSION` as `VERSION=x.y.z`.
2. Checkout `master` branch.
3. Make a branch to release, for example by `git neco dev "$VERSION"`
3. Make a branch to release, for example by `git neco dev bump-$VERSION`
4. Edit `CHANGELOG.md` for the new version ([example][]).
5. Update `Version` constant in [version.go](./version.go).
6. Commit the change and push it.
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.8"
const Version = "2.4.9"

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

0 comments on commit 1f85f42

Please sign in to comment.