~juju-qa/ubuntu/xenial/juju/2.0-rc2

« back to all changes in this revision

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

  • Committer: Nicholas Skaggs
  • Date: 2016-09-30 14:39:30 UTC
  • mfrom: (1.8.1)
  • Revision ID: nicholas.skaggs@canonical.com-20160930143930-vwwhrefh6ftckccy
import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
// The presence and format of this constant is very important.
20
20
// The debian/rules build recipe uses this value for the version
21
21
// number of the release package.
22
 
const version = "2.0-beta18"
 
22
const version = "2.0-rc2"
23
23
 
24
24
// The version that we switched over from old style numbering to new style.
25
25
var switchOverVersion = semversion.MustParse("1.19.9")