Browse Source

Merge pull request #1230 from dotcloud/switch_dev

switch version to -dev
Victor Vieux 12 years ago
parent
commit
edc68f84f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      commands.go

+ 1 - 1
commands.go

@@ -27,7 +27,7 @@ import (
 	"unicode"
 )
 
-const VERSION = "0.5.0"
+const VERSION = "0.5.0-dev"
 
 var (
 	GITCOMMIT string