summaryrefslogtreecommitdiff
path: root/cmd/rr
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/rr')
-rw-r--r--cmd/rr/cmd/version.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmd/rr/cmd/version.go b/cmd/rr/cmd/version.go
index 26744922..a550c682 100644
--- a/cmd/rr/cmd/version.go
+++ b/cmd/rr/cmd/version.go
@@ -1,11 +1,9 @@
package cmd
-import "time"
-
var (
// Version - defines build version.
Version = "local"
// BuildTime - defined build time.
- BuildTime = time.Now().Format(time.RFC1123)
+ BuildTime = "development"
)