Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Utrilla <[email protected]>
  • Loading branch information
Adrian Utrilla committed Sep 27, 2018
1 parent 2a0cc64 commit 35c7c71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

3.1.1
-----

* Fix incorrect version number from previous release

3.1.0
-----

Expand Down
2 changes: 1 addition & 1 deletion cmd/sops/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"gopkg.in/urfave/cli.v1"
)

const version = "3.1.0"
const version = "3.1.1"

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

0 comments on commit 35c7c71

Please sign in to comment.