Skip to content

Commit 35c7c71

Browse files
author
Adrian Utrilla
committed
Release 3.1.1
Signed-off-by: Adrian Utrilla <[email protected]>
1 parent 2a0cc64 commit 35c7c71

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
3.1.1
5+
-----
6+
7+
* Fix incorrect version number from previous release
8+
49
3.1.0
510
-----
611

cmd/sops/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"gopkg.in/urfave/cli.v1"
1111
)
1212

13-
const version = "3.1.0"
13+
const version = "3.1.1"
1414

1515
func printVersion(c *cli.Context) {
1616
out := fmt.Sprintf("%s %s", c.App.Name, c.App.Version)

0 commit comments

Comments
 (0)