From 0f9ee840ef319081c67ccdfbc4749fb3a41dcd87 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 20 Aug 2020 23:03:18 -0700 Subject: [PATCH] integrating packagr. --- collector/pkg/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/pkg/version/version.go b/collector/pkg/version/version.go index e64fc31..3e8773b 100644 --- a/collector/pkg/version/version.go +++ b/collector/pkg/version/version.go @@ -2,4 +2,4 @@ package version // VERSION is the app-global version string, which will be replaced with a // new value during packaging -const VERSION = "1.0.0" +const VERSION = "0.1.0"