diff options
author | Valery Piashchynski <[email protected]> | 2021-01-27 13:56:28 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-27 13:56:28 +0300 |
commit | 744c2b0c86b88f77e681f8660bf3a476e83711b8 (patch) | |
tree | f7af7d7d494d1f5ca272af1ad0b978fe44d685a9 /cmd/cli/version.go | |
parent | e2266b80db47444ba5858c736833a8a81b1361ad (diff) |
Move temporal plugin to the temporal repository
Diffstat (limited to 'cmd/cli/version.go')
-rw-r--r-- | cmd/cli/version.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cmd/cli/version.go b/cmd/cli/version.go deleted file mode 100644 index 89728bd2..00000000 --- a/cmd/cli/version.go +++ /dev/null @@ -1,9 +0,0 @@ -package cli - -var ( - // Version - defines build version. - Version string = "local" - - // BuildTime - defined build time. - BuildTime string = "development" -) |