Merge pull request #263 from aluzzardi/bump-version

Bump version
This commit is contained in:
Victor Vieux 2015-01-21 12:09:22 -08:00
commit 7b5683fa94
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ import (
func main() {
app := cli.NewApp()
app.Name = "swarm"
app.Usage = "docker clustering"
app.Version = "0.0.1"
app.Usage = "a Docker-native clustering system"
app.Version = "0.1.0"
app.Author = ""
app.Email = ""