update version

This commit is contained in:
2024-10-14 23:28:23 +08:00
parent 56963a9710
commit 2a6ce699a5
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
function func($commands)
{
$now_v = "v1.5";
$now_v = "v1.5.1";
if (sizeof($commands) == 1) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://api.github.com/repos/hanyixuanten/browser-terminal/releases/latest');