From fc9524cd255fe89582e5c4123b66fc69d277a5d0 Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Sun, 1 Mar 2026 20:08:09 +0100 Subject: [PATCH] Prepare release. --- cmd/jag/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/jag/main.go b/cmd/jag/main.go index d71ce6c..7bc169c 100644 --- a/cmd/jag/main.go +++ b/cmd/jag/main.go @@ -14,8 +14,8 @@ import ( var ( // When updating the version here, also update it in debian/changelog. - version = "v1.60.0" - sdkVersion = "v2.0.0-alpha.189" + version = "v1.61.0" + sdkVersion = "v2.0.0-alpha.190" ) var buildDate = "unknown"