Version bump

This commit is contained in:
David Högborg
2016-05-13 07:49:26 +02:00
parent fcd62b3760
commit d93eb5f69e

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.3" app.Version = "0.0.4"
app.Author = "github.com/dhogborg" app.Author = "github.com/dhogborg"
app.Email = "d@hogborg.se" app.Email = "d@hogborg.se"