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

Prep for v3.7.0

This commit is contained in:
AJ Bahnken
2021-03-24 14:29:00 -07:00
parent 53c53732e9
commit cb4229fe37
2 changed files with 14 additions and 3 deletions

View File

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