Bumped version to 0.1.1

This commit is contained in:
Solomon Hykes 2013-03-31 02:18:04 -07:00
parent 0b9a3c86a2
commit 8293a0d533
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import (
"unicode"
)
const VERSION = "0.1.0"
const VERSION = "0.1.1"
func (srv *Server) Name() string {
return "docker"