Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
fix version number: 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 22, 2020
1 parent c5c81a7 commit 58a029c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const DEFAULTPORT = "9737"
func main() {
p := plugin.Plugin{
Name: "sparko",
Version: "v2.4",
Version: "v2.5",
Options: []plugin.Option{
{"sparko-host", "string", "127.0.0.1", "http(s) server listen address"},
{"sparko-port", "string", DEFAULTPORT, "http(s) server port"},
Expand Down

0 comments on commit 58a029c

Please sign in to comment.