Commit b916b2b1 authored by Adam Reese's avatar Adam Reese

fix(version.go): make version updatable by build scripts

parent daf446fc
...@@ -22,4 +22,4 @@ package version ...@@ -22,4 +22,4 @@ package version
// Increment major number for new feature additions and behavioral changes. // Increment major number for new feature additions and behavioral changes.
// Increment minor number for bug fixes and performance enhancements. // Increment minor number for bug fixes and performance enhancements.
// Increment patch number for critical fixes to existing releases. // Increment patch number for critical fixes to existing releases.
const DeploymentManagerVersion = "0.0.1" var DeploymentManagerVersion = "0.0.1"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment