Skip to content

Commit

Permalink
Merge pull request #7309 from stangri/master-luci-app-pbr
Browse files Browse the repository at this point in the history
luci-app-pbr: update to 1.1.7-21
  • Loading branch information
stangri authored Oct 7, 2024
2 parents 383edb4 + 74bc3e3 commit 25a4d07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/luci-app-pbr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PKG_NAME:=luci-app-pbr
PKG_LICENSE:=AGPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <[email protected]>
PKG_VERSION:=1.1.7
PKG_RELEASE:=15
PKG_RELEASE:=21

LUCI_TITLE:=Policy Based Routing Service Web UI
LUCI_URL:=https://github.com/stangri/luci-app-pbr/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var pkg = {
return "pbr";
},
get ReadmeCompat() {
return "1.1.7-1";
return "1.1.7-21";
},
get URL() {
return (
Expand Down

0 comments on commit 25a4d07

Please sign in to comment.