~sinzui/ubuntu/wily/juju-core/wily-1.24.5

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/version/version.go

  • Committer: Package Import Robot
  • Author(s): Oleg Strikov
  • Date: 2015-04-14 14:11:54 UTC
  • mfrom: (1.1.33)
  • Revision ID: package-import@ubuntu.com-20150414141154-7vw7hcjo53nkt9vo
Tags: 1.22.1-0ubuntu1
* New upstream bugfix release (LP: #1444037).
* Autopkgtests were changed to switch back to upstart before running their
  workload. This is needed because juju < 1.23 doesn't support systemd.
* d/patches/fix-detect-new-release.patch: Removed because applied upstream.
* d/copyright: Updated to reflect changes in the codebase.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
// The presence and format of this constant is very important.
25
25
// The debian/rules build recipe uses this value for the version
26
26
// number of the release package.
27
 
const version = "1.22.0"
 
27
const version = "1.22.1"
28
28
 
29
29
// The version that we switched over from old style numbering to new style.
30
30
var switchOverVersion = MustParse("1.19.9")