From 9d8f8563f1989eb1d8e74e19069bc1c79904b422 Mon Sep 17 00:00:00 2001 From: jujubot Date: Sat, 18 May 2024 15:35:43 +0000 Subject: [PATCH] Increment juju to 3.3.6 --- scripts/win-installer/setup.iss | 2 +- snap/snapcraft.yaml | 2 +- version/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/win-installer/setup.iss b/scripts/win-installer/setup.iss index db85ee41261..8f14183cbd1 100644 --- a/scripts/win-installer/setup.iss +++ b/scripts/win-installer/setup.iss @@ -4,7 +4,7 @@ #if GetEnv('JUJU_VERSION') != "" #define MyAppVersion=GetEnv('JUJU_VERSION') #else -#define MyAppVersion="3.3.5" +#define MyAppVersion="3.3.6" #endif #define MyAppName "Juju" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f420360aef9..28b14c7e922 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: juju -version: 3.3.5 +version: 3.3.6 summary: Juju - a model-driven operator lifecycle manager for K8s and machines license: AGPL-3.0 description: | diff --git a/version/version.go b/version/version.go index e01a775930f..29aaa61fc3b 100644 --- a/version/version.go +++ b/version/version.go @@ -18,7 +18,7 @@ import ( // The presence and format of this constant is very important. // The debian/rules build recipe uses this value for the version // number of the release package. -const version = "3.3.5" +const version = "3.3.6" // UserAgentVersion defines a user agent version used for communication for // outside resources.