mirror of https://github.com/databricks/cli.git
Make default dev semver a const (#891)
## Changes <!-- Summary of your changes that are easy to understand --> ## Tests <!-- How is this tested? -->
This commit is contained in:
parent
4ad68eb314
commit
5712845329
|
@ -33,7 +33,7 @@ var info Info
|
|||
|
||||
var once sync.Once
|
||||
|
||||
var DefaultSemver = "0.0.0-dev"
|
||||
const DefaultSemver = "0.0.0-dev"
|
||||
|
||||
// getDefaultBuildVersion uses build information stored by Go itself
|
||||
// to synthesize a build version if one wasn't set.
|
||||
|
|
Loading…
Reference in New Issue