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"