chore: bump version to 1.8.7

This commit is contained in:
SunBK201 2025-11-23 17:18:12 +08:00
parent 62ce7475c3
commit 1f163b8632
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=UA3F
PKG_VERSION:=1.8.6
PKG_VERSION:=1.8.7
PKG_RELEASE:=1
# PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz

View File

@ -6,7 +6,7 @@ local NamedSection = cbi.NamedSection
local ua3f = cbi.Map("ua3f",
"UA3F",
[[
<a href="https://github.com/SunBK201/UA3F" target="_blank">Version: 1.8.6</a>
<a href="https://github.com/SunBK201/UA3F" target="_blank">Version: 1.8.7</a>
<br>
Across the Campus we can reach every corner in the world.
]]

View File

@ -8,7 +8,7 @@
set -e
project_name="ua3f"
release_version="1.8.6"
release_version="1.8.7"
target=main.go
LINUX_ARCHS="amd64 arm arm64 mipsle mips64 riscv64 386 mipsle-softfloat mipsle-hardfloat armv7 armv8"

View File

@ -1,5 +1,5 @@
Package: ua3f
Version: 1.8.6-1
Version: 1.8.7-1
Depends: luci-compat, ipset, iptables, iptables-mod-tproxy, iptables-mod-extra, iptables-mod-nat-extra, kmod-ipt-conntrack, iptables-mod-ipopt, iptables-mod-nfqueue, iptables-mod-conntrack-extra, kmod-nf-conntrack-netlink
Source: /feed/openwrt
SourceName: UA3F

View File

@ -1,5 +1,5 @@
Package: ua3f
Version: 1.8.6-1
Version: 1.8.7-1
Depends: luci-compat, ipset, iptables, iptables-mod-tproxy, iptables-mod-extra, iptables-mod-nat-extra, kmod-ipt-conntrack, iptables-mod-ipopt, iptables-mod-nfqueue, iptables-mod-conntrack-extra, kmod-nf-conntrack-netlink
Source: /feed/openwrt
SourceName: UA3F

View File

@ -16,7 +16,7 @@ import (
"github.com/sunbk201/ua3f/internal/statistics"
)
const version = "1.8.6"
const version = "1.8.7"
func main() {
cfg, showVer := config.Parse()