Skip to content

Commit b4fe04e

Browse files
committed
Bump version to 0.0.3
1 parent b8cf867 commit b4fe04e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
func main() {
1313
app := cli.NewApp()
1414
app.Name = "jp"
15-
app.Version = "0.0.1"
15+
app.Version = "0.0.3"
1616
app.Usage = "jp [<options>] <expression>"
1717
app.Author = ""
1818
app.Email = ""

0 commit comments

Comments
 (0)