Skip to content

Commit

Permalink
Added "community edition" to the version string.
Browse files Browse the repository at this point in the history
Fixes #4.

Signed-off-by: Springcomp <[email protected]>
  • Loading branch information
springcomp authored Jun 20, 2023
1 parent d31145c commit a718f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jp.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const version = "1.1.0"
func main() {
app := cli.NewApp()
app.Name = "jp"
app.Version = version
app.Version = fmt.Sprintf("%s, community edition", version)
app.Usage = "jp [<options>] <expression>"
app.Author = ""
app.Email = ""
Expand Down

0 comments on commit a718f63

Please sign in to comment.