From 2e4777f920f39261db7ffe66a4640d546fb0d8aa Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 1 Dec 2024 21:16:31 +0100 Subject: [PATCH] Bump version to 3.9.2. Signed-off-by: Felix Fontein --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index c015a59d7..b7c5382f2 100644 --- a/version/version.go +++ b/version/version.go @@ -12,7 +12,7 @@ import ( ) // Version represents the value of the current semantic version. -var Version = "3.9.1" +var Version = "3.9.2" // PrintVersion prints the current version of sops. If the flag // `--disable-version-check` is set, the function will not attempt