github.com/tiagovtristao/plz@v13.4.0+incompatible/src/core/version.go (about)

     1  package core
     2  
     3  import "github.com/coreos/go-semver/semver"
     4  
     5  // PleaseVersion is the current version of Please.
     6  // Note that non-bootstrap builds replace this interim version with a real one.
     7  var PleaseVersion = *semver.New("1.0.9999")