Skip to content

Commit

Permalink
Bump version 1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SCedricThomas committed Aug 21, 2024
1 parent 0a87757 commit 124a053
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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

### 1.32.1

* fix(one-off): remove async field from the run command ([PR#1060](https://github.com/Scalingo/cli/pull/1060))
* feat(database/users): use API DatabaseUserResetPassword method for resetting password

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Scalingo-CLI v1.32.0
# Scalingo-CLI v1.32.1

![publish workflow](https://github.com/Scalingo/cli/actions/workflows/publish.yml/badge.svg)

Expand Down Expand Up @@ -56,7 +56,7 @@ USAGE:
scalingo [global options] command [command options] [arguments...]
VERSION:
1.32.0
1.32.1
AUTHOR:
Scalingo Team <hello@scalingo.com>
Expand Down Expand Up @@ -283,7 +283,7 @@ Bump new version number in:
And commit these changes:

```bash
version="1.32.0"
version="1.32.1"

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

var Version = "1.32.0"
var Version = "1.32.1"

0 comments on commit 124a053

Please sign in to comment.