1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Bump version 2.0.4

This commit is contained in:
Julien Vehent
2016-11-29 07:10:37 -05:00
parent c02d04719b
commit dfc56f939d

View File

@@ -10,7 +10,7 @@ import (
"gopkg.in/urfave/cli.v1"
)
const version = "2.0.3"
const version = "2.0.4"
func printVersion(c *cli.Context) {
out := fmt.Sprintf("%s %s", c.App.Name, c.App.Version)