6 lines
180 B
Go
6 lines
180 B
Go
package version
|
|
|
|
// Version is the tag of the latest release, it gets changed by the ci
|
|
// process when a release is happening
|
|
const Version = "v2.5.2" // x-release-please-version
|