Skip to content

Commit

Permalink
Replace 3.3-beta2 with 3.2-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Tirado committed Apr 3, 2023
1 parent 551d9cf commit 5935584
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/win-installer/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5935584

Please sign in to comment.