Sign in
edge
/
third_party
/
Masterminds
/
glide
/
0e812941f7a596fe0d1346acfec8e38b806a6b45
/
.
/
action
/
version.go
blob: a26d747861a2e92b8abbdd149558d139a60d5e8d [
file
]
package action
import (
"github.com/Masterminds/glide/msg"
)
func Version() {
conf := EnsureConfig()
msg.Puts(conf.Version)
}