diff options
author | Wolfy-J <[email protected]> | 2018-09-21 16:29:34 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-21 16:29:34 +0300 |
commit | bdff4b25d2a879357bc0ed53e96c0b551de07f88 (patch) | |
tree | f624152305e2e6f5d088c0880f67bc11abcaa9b0 /cmd | |
parent | 0f8b7d823f7cfbbc8b47ba1f1562d6112e57a0be (diff) |
version bump + fmtv1.2.1
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/rr/cmd/version.go | 4 |
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" ) |