6 lines
136 B
Go
6 lines
136 B
Go
|
// Package version contains the probe-engine version.
|
||
|
package version
|
||
|
|
||
|
// Version is the version of the engine
|
||
|
const Version = "0.23.0"
|