blob: a26d747861a2e92b8abbdd149558d139a60d5e8d [file]
package action
import (
"github.com/Masterminds/glide/msg"
)
func Version() {
conf := EnsureConfig()
msg.Puts(conf.Version)
}