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

Bump version and add changelog for 3.6.1

This commit is contained in:
AJ Bahnken
2020-09-09 10:18:53 -07:00
parent 1927e18b52
commit 225ac82d3f
2 changed files with 19 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ import (
)
// Version represents the value of the current semantic version
const Version = "3.6.0"
const Version = "3.6.1"
// PrintVersion handles the version command for sops
func PrintVersion(c *cli.Context) {