From bc7705157ade6dbf2e8d5c7b142257e0b38ec223 Mon Sep 17 00:00:00 2001 From: Tuna Date: Tue, 2 Aug 2016 14:25:40 +0700 Subject: [PATCH] correct kompose version to 0.0.1-beta --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index f23c32bb..c22807ea 100644 --- a/version/version.go +++ b/version/version.go @@ -18,7 +18,7 @@ package version var ( // VERSION should be updated by hand at each release - VERSION = "0.0.1-alpha" + VERSION = "0.0.1-beta" // GITCOMMIT will be overwritten automatically by the build system GITCOMMIT = "HEAD"