diff --git a/scripts/win-installer/setup.iss b/scripts/win-installer/setup.iss index 9fabf149c36..8c9c8de4003 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-beta2" +#define MyAppVersion="3.2-beta2" #endif #define MyAppName "Juju" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 588a79fd71f..c61f97789ea 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: juju -version: 3.3-beta2 +version: 3.2-beta2 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 899ef689ed8..ecd48085cc6 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-beta2" +const version = "3.2-beta2" // UserAgentVersion defines a user agent version used for communication for // outside resources.