Skip to content

Commit 991f2e4

Browse files
committed
build: 更新版本号到v2.0.0.beta8
1 parent 68a0fd7 commit 991f2e4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Docker CI (beta)
22

33
on:
44
push:
5-
branches:
6-
- "*-beta"
5+
# branches:
6+
# - "*-beta"
77
tags:
88
- "v*.*.*.beta*"
99
- "v*.*.*-beta*"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚀 NodePassDash
22

3-
![Version](https://img.shields.io/badge/version-2.0.0.beta7-blue.svg)
3+
![Version](https://img.shields.io/badge/version-2.0.0.beta8-blue.svg)
44

55
NodePassDash是一个现代化的 NodePass 管理界面,基于 Go 后端 + Next.js 14、HeroUI 和 TypeScript 构建。提供实时隧道监控、流量统计和端点管理功能。
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NodePassDash",
3-
"version": "2.0.0.beta7",
3+
"version": "2.0.0.beta8",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)