Skip to content

Commit

Permalink
chore: set version to 3.17.0-alpha (#939)
Browse files Browse the repository at this point in the history
I've just branched off the `release/3.16` branch since we're
really looking good for release modulo minor changes.

Hence, it's time to update `master`'s version.
  • Loading branch information
bassosimone authored Sep 7, 2022
1 parent 2389c7c commit 9e8ad55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package version

const (
// Version is the software version
Version = "3.16.0-alpha.3"
Version = "3.17.0-alpha"
)

0 comments on commit 9e8ad55

Please sign in to comment.