diff options
author | Wolfy-J <[email protected]> | 2018-06-23 17:55:52 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-23 17:55:52 +0300 |
commit | 918e7de39e16eb293567427f2e8e8c3035690163 (patch) | |
tree | a50fad82b2c8a94a0466f8ab2fa2e2adf5f502e5 /cmd | |
parent | 8d234dcb0dc8a8cf1badcd979833b468279f46de (diff) |
one way destruction of the pool
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/rr/cmd/version.go | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cmd/rr/cmd/version.go b/cmd/rr/cmd/version.go index 5edb7543..45631fbb 100644 --- a/cmd/rr/cmd/version.go +++ b/cmd/rr/cmd/version.go @@ -1,6 +1,8 @@ package cmd var ( - Version = "1.0.0" // Placeholder for the version - BuildTime = "development" // Placeholder for the build time + // Version - defines build version. + Version = "1.0.0" + // BuildTime - defined build time. + BuildTime = "development" ) |