Skip to content

Commit

Permalink
Increment juju to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nskaggs committed Oct 13, 2016
1 parent 6cf1bc9 commit d25720a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.0"
#define MyAppVersion "2.0.1"
#define MyAppPublisher "Canonical, Ltd"
#define MyAppURL "http://jujucharms.com/"
#define MyAppExeName "juju.exe"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.0.0"
const version = "2.0.1"

// The version that we switched over from old style numbering to new style.
var switchOverVersion = semversion.MustParse("1.19.9")
Expand Down

0 comments on commit d25720a

Please sign in to comment.