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

prep for v3.7.3

This commit is contained in:
AJ Bahnken
2022-05-02 13:29:29 -07:00
parent cdad251bf7
commit 15583bdae9
2 changed files with 17 additions and 1 deletions

View File

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