diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
index 1bd8e6e..2db6dd4 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.md
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -15,4 +15,4 @@ assignees: ''
OpenWrt 有无同时运行 Clash 等代理客户端:
-请提供 debug 运行日志。
+请提供 debug 运行日志,并描述你的问题:
diff --git a/build.sh b/build.sh
index 5c1c691..d5a8072 100755
--- a/build.sh
+++ b/build.sh
@@ -8,7 +8,7 @@
set -e
project_name="ua3f"
-release_version="1.8.0"
+release_version="1.8.1"
target=main.go
dist=./dist
release_dir=./bin
diff --git a/ipkg/CONTROL/control b/ipkg/CONTROL/control
index de0a979..935753f 100644
--- a/ipkg/CONTROL/control
+++ b/ipkg/CONTROL/control
@@ -1,5 +1,5 @@
Package: ua3f
-Version: 1.8.0-1
+Version: 1.8.1-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
diff --git a/ipkg/CONTROL/control-e b/ipkg/CONTROL/control-e
index de0a979..935753f 100644
--- a/ipkg/CONTROL/control-e
+++ b/ipkg/CONTROL/control-e
@@ -1,5 +1,5 @@
Package: ua3f
-Version: 1.8.0-1
+Version: 1.8.1-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
diff --git a/openwrt/Makefile b/openwrt/Makefile
index 9f2f582..752559f 100644
--- a/openwrt/Makefile
+++ b/openwrt/Makefile
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=UA3F
-PKG_VERSION:=1.8.0
+PKG_VERSION:=1.8.1
PKG_RELEASE:=1
# PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
diff --git a/openwrt/files/luci/model/cbi/ua3f.lua b/openwrt/files/luci/model/cbi/ua3f.lua
index d7450cd..781980d 100644
--- a/openwrt/files/luci/model/cbi/ua3f.lua
+++ b/openwrt/files/luci/model/cbi/ua3f.lua
@@ -6,7 +6,7 @@ local NamedSection = cbi.NamedSection
local ua3f = cbi.Map("ua3f",
"UA3F",
[[
- Version: 1.8.0
+ Version: 1.8.1
Across the Campus we can reach every corner in the world.
]]
diff --git a/src/main.go b/src/main.go
index 28b5a17..6211b00 100644
--- a/src/main.go
+++ b/src/main.go
@@ -15,7 +15,7 @@ import (
"github.com/sunbk201/ua3f/internal/statistics"
)
-const version = "1.8.0"
+const version = "1.8.1"
func main() {
cfg, showVer := config.Parse()