version: fix version handling and kube info

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-10-17 10:44:46 +02:00
parent a636972c3e
commit 7efdae80bc
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
5 changed files with 23 additions and 28 deletions

4
version/version.go Normal file
View file

@ -0,0 +1,4 @@
package version
// Version is the version of the build.
const Version = "1.0.1-dev"