blob: 015a57b926443705bb615cbbc7c7a4cd0bb3a242 (
plain)
1
2
3
4
5
6
7
8
9
|
// Package version defines a version string that is used for:
// - building
// - the user agent
// - tagging
package version
// Version is the latest version
// Update this when releasing
const Version = "4.0.0"
|