version bump

This commit is contained in:
David Högborg
2015-07-21 12:15:40 +02:00
parent a1df57bb39
commit 480ea14a72

View File

@@ -14,7 +14,7 @@ func main() {
app := cli.NewApp() app := cli.NewApp()
app.Name = "RTL GoPow" app.Name = "RTL GoPow"
app.Usage = "Render a rtl_power CSV output as waterfall image" app.Usage = "Render a rtl_power CSV output as waterfall image"
app.Version = "0.0.1" app.Version = "0.0.2"
app.Author = "github.com/dhogborg" app.Author = "github.com/dhogborg"
app.Email = "d@hogborg.se" app.Email = "d@hogborg.se"