diff --git a/gopm.go b/gopm.go index 6b2ab0f62..d2cc16d27 100644 --- a/gopm.go +++ b/gopm.go @@ -29,7 +29,7 @@ import ( // Test that go1.1 tag above is included in builds. main.go refers to this definition. const go11tag = true -const APP_VER = "0.5.5.1111" +const APP_VER = "0.5.5.1129" // //cmd.CmdSearch, // cmdClean, @@ -57,6 +57,7 @@ func main() { cmd.CmdRun, cmd.CmdBuild, cmd.CmdInstall, + //cmd.CmdTest, } app.Run(os.Args) }