Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyixuanten committed Oct 14, 2024
1 parent 56963a9 commit 2a6ce69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/update.php
Original file line number Diff line number Diff line change
@@ -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');
Expand Down

0 comments on commit 2a6ce69

Please sign in to comment.