Skip to content

Commit

Permalink
Update version to 1.0.0-7
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimkurb committed Nov 16, 2024
1 parent a08e749 commit a474d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_VERSION:=1.0.0
PKG_RELEASE:=6
PKG_RELEASE:=7
PKG_FULLVERSION:=$(PKG_VERSION)-$(PKG_RELEASE)

BINARY_NAME=keenetic-pbr
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func parseFlags() *CLI {
fmt.Fprintf(os.Stderr, "Usage: %s [options] <command>\n\n", os.Args[0])
fmt.Fprintf(os.Stderr, "Commands:\n")
fmt.Fprintf(os.Stderr, " download Download lists\n")
fmt.Fprintf(os.Stderr, " apply Import lists to ipset and update dnsmasq lists\n\n")
fmt.Fprintf(os.Stderr, " apply Import lists to ipset and update dnsmasq lists\n")
fmt.Fprintf(os.Stderr, " gen-routing-config Gen configuration for routing scripts (ipset, iface_name, fwmark, table, priority)\n\n")
fmt.Fprintf(os.Stderr, "Options:\n")
flag.PrintDefaults()
Expand Down

0 comments on commit a474d1d

Please sign in to comment.