Skip to content

Commit

Permalink
V.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenXE committed Dec 7, 2023
1 parent 3e2b5f6 commit 3c85885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

$version="OSS";
$version_revision="1.10";
$version_revision="1.11";
$githash = file_get_contents("../githash.txt");
if (!empty($githash)) {
$version_revision .= " (".substr($githash,0,8).")";
Expand Down

0 comments on commit 3c85885

Please sign in to comment.