Skip to content

Commit 4d5fa6a

Browse files
Bump version 1.41.0
1 parent c896dd8 commit 4d5fa6a

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## To Be Released
44

5+
## 1.41.0
6+
57
Some features listed in this changelog, like databases next generation, are currently only available in preview to
68
selected users.
79

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Scalingo-CLI v1.40.0
1+
# Scalingo-CLI v1.41.0
22

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

@@ -56,7 +56,7 @@ USAGE:
5656
scalingo [global options] command [command options] [arguments...]
5757
5858
VERSION:
59-
1.40.0
59+
1.41.0
6060
6161
AUTHOR:
6262
Scalingo Team <[email protected]>
@@ -276,12 +276,12 @@ the commit for the version bump.
276276

277277
```bash
278278
git checkout <base commit ID>
279-
git checkout -b v1.40.0
279+
git checkout -b v1.41.0
280280
git cherry-pick -m 1 <commit ID number 1>
281281
git cherry-pick -m 1 <commit ID number 2>
282282
...
283283
git cherry-pick -m 1 <commit ID number X>
284-
git push --set-upstream origin v1.40.0
284+
git push --set-upstream origin v1.41.0
285285
```
286286

287287
### New Version Bump
@@ -296,7 +296,7 @@ Bump new version number in:
296296
And commit these changes:
297297

298298
```bash
299-
version="1.40.0"
299+
version="1.41.0"
300300

301301
git switch --create release/${version}
302302
git add .
@@ -326,7 +326,7 @@ It serves as cache between GitHub and our customers for a more efficient check o
326326

327327
You can now update the [changelog](https://doc.scalingo.com/changelog) and tweet about it!
328328

329-
> [Changelog] CLI - Release of version 1.40.0 https://cli.scalingo.com - More news at https://changelog.scalingo.com #cli #paas #changelog #bugfix
329+
> [Changelog] CLI - Release of version 1.41.0 https://cli.scalingo.com - More news at https://changelog.scalingo.com #cli #paas #changelog #bugfix
330330
331331
Add in a tweets thread the changelog of this new version.
332-
1.40.0
332+
1.41.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.40.0
1+
1.41.0

config/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package config
22

3-
var Version = "1.40.0"
3+
var Version = "1.41.0"

0 commit comments

Comments
 (0)