We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 216d290 + bfcd236 commit 5935554Copy full SHA for 5935554
server/constant/const.go
@@ -5,7 +5,7 @@ import (
5
)
6
7
const (
8
- AppVersion = "v1.2.5"
+ AppVersion = "v1.2.6-beta"
9
AppName = "Next Terminal"
10
AppBanner = `
11
_______ __ ___________ .__ .__
web/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "next-terminal",
3
- "version": "1.2.5",
+ "version": "1.2.6-beta",
4
"private": true,
"dependencies": {
"@ant-design/charts": "^1.2.13",
0 commit comments