github.com/lulzWill/go-agent@v2.1.2+incompatible/version.go (about) 1 package newrelic 2 3 const ( 4 major = "2" 5 minor = "0" 6 patch = "0" 7 8 // Version is the full string version of this Go Agent. 9 Version = major + "." + minor + "." + patch 10 )