[SEBA-616] add select inteadfor for loopto wait indefinately

Change-Id: I1b0353167c1ac62b059bd3cb8384d106f8f6413f
diff --git a/VERSION b/VERSION
index 0d4d124..6e8bf73 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1.0-dev
+0.1.0
diff --git a/main.go b/main.go
index 5974595..3cd7649 100644
--- a/main.go
+++ b/main.go
@@ -20,6 +20,5 @@
 
 func main() {
 	fmt.Println("Starting Device-management Container")
-        for {
-        }
+        select { }
 }