diff --git a/scripts/win-installer/setup.iss b/scripts/win-installer/setup.iss index f772c09a33e..1aedab54335 100644 --- a/scripts/win-installer/setup.iss +++ b/scripts/win-installer/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Juju" -#define MyAppVersion "2.8.11" +#define MyAppVersion "2.8.12" #define MyAppPublisher "Canonical, Ltd" #define MyAppURL "http://jujucharms.com/" #define MyAppExeName "juju.exe" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3fef46735e0..765fe9275d6 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: juju -version: 2.8.11 +version: 2.8.12 summary: juju client description: Through the use of charms, juju provides you with shareable, re-usable, and repeatable expressions of devops best practices. confinement: classic diff --git a/version/version.go b/version/version.go index d92a7ae00d8..a92460b2444 100644 --- a/version/version.go +++ b/version/version.go @@ -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.8.11" +const version = "2.8.12" const ( // TreeStateDirty when the build was made with a dirty checkout.