Add a godoc comment to version
parent
381cae2426
commit
ddb9a8ec84
|
@ -16,4 +16,6 @@ limitations under the License.
|
||||||
|
|
||||||
package version
|
package version
|
||||||
|
|
||||||
|
// VERSION is the app-global version string, which should be substituted with a
|
||||||
|
// real value during build.
|
||||||
var VERSION = "UNKNOWN"
|
var VERSION = "UNKNOWN"
|
||||||
|
|
Loading…
Reference in New Issue