github.com/kaisenlinux/docker@v0.0.0-20230510090727-ea55db55fac7/swarmkit/version/version.go (about)

     1  package version
     2  
     3  // Package is the overall, canonical project import path under which the
     4  // package was built.
     5  var Package = "github.com/docker/swarmkit"
     6  
     7  // Version indicates which version of the binary is running. This is set to
     8  // the latest release tag by hand, always suffixed by "+unknown". During
     9  // build, it will be replaced by the actual version. The value here will be
    10  // used if the registry is run after a go get based install.
    11  var Version = "cba102b+unknown"