Skip to content

Commit

Permalink
Merge pull request #13564 from jujubot/increment-to-2.9.23
Browse files Browse the repository at this point in the history
Increment juju to 2.9.23
  • Loading branch information
wallyworld authored Dec 10, 2021
2 parents 07164c4 + e0f310f commit 878fc7c
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 @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Juju"
#define MyAppVersion "2.9.22"
#define MyAppVersion "2.9.23"
#define MyAppPublisher "Canonical, Ltd"
#define MyAppURL "http://jujucharms.com/"
#define MyAppExeName "juju.exe"
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: 2.9.22
version: 2.9.23
summary: Juju - a model-driven operator lifecycle manager for K8s and machines
description: |
A model-driven **universal operator lifecycle manager** for multi cloud and hybrid cloud application management on K8s and machines.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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 = "2.9.22"
const version = "2.9.23"

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

0 comments on commit 878fc7c

Please sign in to comment.