// Package version provides version information for the Drycc product
package version

// Version identifies the Drycc product revision.
// Note: This value is overwritten by the linker during build
var Version = "canary"
