Skip to content

Commit 081026e

Browse files
author
Julien Castets
committed
Post release version bump
1 parent 379354a commit 081026e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,13 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
12001200

12011201
## Changelog
12021202

1203+
### v1.13+dev (unreleased)
1204+
1205+
This is the current development version. Update below with your changes. Remove
1206+
this line when releasing the package.
1207+
1208+
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.13...master)
1209+
12031210
### v1.13 (2017-05-10)
12041211

12051212
* Add new ARM64 offers

pkg/scwversion/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
var (
66
// VERSION represents the semver version of the package
7-
VERSION = "v1.13"
7+
VERSION = "v1.13+dev"
88

99
// GITCOMMIT represents the git commit hash of the package, it is configured at build time
1010
GITCOMMIT string

0 commit comments

Comments
 (0)