Update main.go

email, veryion
This commit is contained in:
martin61
2016-01-24 12:58:28 +01:00
parent 85f12a9198
commit 350dfa9587

View File

@@ -14,10 +14,10 @@ func main() {
app := cli.NewApp() app := cli.NewApp()
app.Name = "i2p-tools" app.Name = "i2p-tools"
app.Version = "0.1.0" app.Version = "0.1.1"
app.Usage = "I2P tools and reseed server" app.Usage = "I2P tools and reseed server"
app.Author = "Matt Drollette" app.Author = "martin61"
app.Email = "matt@drollette.com" app.Email = "-"
app.Flags = []cli.Flag{} app.Flags = []cli.Flag{}
app.Commands = []cli.Command{ app.Commands = []cli.Command{
cmd.NewReseedCommand(), cmd.NewReseedCommand(),