Skip to content

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terassyi committed Jul 10, 2023
1 parent 8b438a0 commit 46f881d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.4.0] - 2023-07-10

### Added

- Support k8s 1.26 and update dependencies (#246)

## [2.3.0] - 2023-02-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion v2/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
- name: coil
newTag: 2.3.0
newTag: 2.4.0
newName: ghcr.io/cybozu-go/coil

resources:
Expand Down
2 changes: 1 addition & 1 deletion v2/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
)

const version = "2.3.0"
const version = "2.4.0"

// Version returns the semantic versioning string of Coil.
func Version() string {
Expand Down

0 comments on commit 46f881d

Please sign in to comment.