summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-06-23 20:47:02 +0300
committerGitHub <[email protected]>2018-06-23 20:47:02 +0300
commit52846810e2b3522f422d384b05da68d4f77ef711 (patch)
tree6eebdbfc1f79e401d052508ad7d1c3e8a2e661b2
parent2ecba8ab4109108170433862f6d4a29abaac65d8 (diff)
parenta29fdbe27a0160324721dc76e2236c8b2b7b415d (diff)
Merge pull request #23 from spiral/feature/stderr
custom version
-rw-r--r--cmd/rr/cmd/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/cmd/version.go b/cmd/rr/cmd/version.go
index b134a70b..8cbf7f69 100644
--- a/cmd/rr/cmd/version.go
+++ b/cmd/rr/cmd/version.go
@@ -6,5 +6,5 @@ var (
// Version - defines build version.
Version = "development"
// BuildTime - defined build time.
- BuildTime = time.Now()
+ BuildTime = time.Now().Format(time.RFC1123)
)