summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-26 00:58:43 +0300
committerValery Piashchynski <[email protected]>2020-12-26 00:58:43 +0300
commitc275707eccf06786c1a092c486fecbe0519d67ac (patch)
tree19b89cefc80827aa80d341ef280396deb73eb2e6 /cmd
parent51b16baf673389e48cc0a747b7654a8ea0b031f5 (diff)
Correct release.yml autobuildv2.0.0-beta2
Diffstat (limited to 'cmd')
-rw-r--r--cmd/main.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/main.go b/cmd/main.go
index 4e7fc099..36638836 100644
--- a/cmd/main.go
+++ b/cmd/main.go
@@ -17,6 +17,14 @@ import (
"github.com/spiral/roadrunner/v2/plugins/rpc"
)
+var (
+ // Version - defines build version.
+ Version = "local"
+
+ // BuildTime - defined build time.
+ BuildTime = "development"
+)
+
func main() {
var err error
cli.Container, err = endure.NewContainer(nil, endure.SetLogLevel(endure.ErrorLevel), endure.RetryOnFail(false))