bump to 0.30 since it fixed an important bug

This commit is contained in:
Chris Lu 2013-03-20 01:39:20 -07:00
parent 1aea3512a4
commit 0c75e0438e

View file

@ -6,7 +6,7 @@ import (
) )
const ( const (
VERSION = "0.29" VERSION = "0.30"
) )
var cmdVersion = &Command{ var cmdVersion = &Command{