Skip to content

Commit

Permalink
Merge pull request juju#17390 from juju/increment-to-3.3.6
Browse files Browse the repository at this point in the history
juju#17390

Increment juju to 3.3.6
  • Loading branch information
jujubot authored May 18, 2024
2 parents 1ff63ec + 9d8f856 commit 01e3741
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.5"
#define MyAppVersion="3.3.6"
#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.5
version: 3.3.6
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.5"
const version = "3.3.6"

// UserAgentVersion defines a user agent version used for communication for
// outside resources.
Expand Down

0 comments on commit 01e3741

Please sign in to comment.