Skip to content

Commit

Permalink
Bump v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
curzolapierre committed Jul 12, 2023
1 parent 18ed415 commit f5f6008
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## To Be Released

## 6.7.0

* feat(maintenance): add maintenance windows
* feat(maintenance): add maintenance listing
* feat(maintenance): add maintenance show
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Bump new version number in:
Commit, tag and create a new release:

```sh
version="6.6.0"
version="6.7.0"

git switch --create release/${version}
git add CHANGELOG.md README.md version.go
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package scalingo

var Version = "6.6.0"
var Version = "6.7.0"

0 comments on commit f5f6008

Please sign in to comment.