Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aebruno committed Jan 6, 2016
1 parent 9778ee3 commit 95177c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/treat/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func main() {
{Name: "Rachel Simpson", Email: "[email protected]"},
{Name: "Laurie Read", Email: "[email protected]"}}
app.Usage = "Trypanosome RNA Editing Alignment Tool"
app.Version = "0.0.1"
app.Version = "0.0.2"
app.Flags = []cli.Flag{
&cli.StringFlag{Name: "db", Value: "treat.db", Usage: "Path to database file"},
}
Expand Down

0 comments on commit 95177c3

Please sign in to comment.