5 lines
85 B
Go
5 lines
85 B
Go
|
package version
|
||
|
|
||
|
// Version is the version of the build.
|
||
|
const Version = "1.8.0-dev"
|