Skip to content

Commit

Permalink
Merge pull request #11605 from wallyworld/update-version-2.8.1
Browse files Browse the repository at this point in the history
Version updated to 2.8.1
  • Loading branch information
wallyworld committed May 19, 2020
2 parents a199030 + 9c64ebf commit 5a9f113
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.8-rc2"
#define MyAppVersion "2.8.1"
#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.8-rc2
version: 2.8.1
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
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.8-rc2"
const version = "2.8.1"

const (
// TreeStateDirty when the build was made with a dirty checkout.
Expand Down

0 comments on commit 5a9f113

Please sign in to comment.