From ed48fc6dece2788b446a1a0fc94e0bfa5f1799ec Mon Sep 17 00:00:00 2001 From: Craig Peterson Date: Thu, 9 Jan 2020 11:29:11 -0500 Subject: [PATCH] bump version to 2.10.0 for semver compliance --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 6befa2c9b..95314fadc 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ func main() { // Update the number here manually each release, so at least we have a range for go-get people. var ( SHA = "" - Version = "2.10" + Version = "2.10.0" BuildTime = "" )