release: v1.1.7

This commit is contained in:
MengMengCode
2026-06-09 13:06:46 +08:00
parent c46f84c66e
commit a923daa7a2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package version
var (
Version = "1.1.6"
Version = "1.1.7"
Repo = "MengMengCode/CLICD"
)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "clicd-frontend",
"private": true,
"version": "1.1.6",
"version": "1.1.7",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -106,7 +106,7 @@ export default function Login() {
</form>
</div>
<p className="text-center text-xs text-gray-400 mt-6">CLICD v1.1.6</p>
<p className="text-center text-xs text-gray-400 mt-6">CLICD v1.1.7</p>
</div>
</div>
)