зеркало из https://github.com/getsops/sops.git
Release 3.1.1
Signed-off-by: Adrian Utrilla <autrilla@mozilla.com>
This commit is contained in:
Родитель
9a874191fc
Коммит
2a1ec1a05f
|
@ -1,6 +1,11 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
3.1.1
|
||||
-----
|
||||
|
||||
* Fix incorrect version number from previous release
|
||||
|
||||
3.1.0
|
||||
-----
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче