Skip to content

Commit 15eb833

Browse files
committed
release 0.3.0
1 parent dc837fa commit 15eb833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func main() {
1414
app := cli.NewApp()
1515
app.Name = "ghq-alfred"
1616
app.Usage = "Search your local repos"
17-
app.Version = "0.1.2"
17+
app.Version = "0.3.0"
1818
app.Action = func(c *cli.Context) error {
1919
resp := model.NewResponse()
2020
query := strings.Trim(c.Args()[0], " \n")

0 commit comments

Comments
 (0)