github.com/buildpacks/pack@v0.33.3-0.20240516162812-884dd1837311/version.go (about)

     1  package pack
     2  
     3  var (
     4  	// Version is the version of `pack`. It is injected at compile time.
     5  	Version = "0.0.0"
     6  )