v1.1.1 #1

Merged
DrMaxNix merged 1 commits from dev into main 2023-04-04 14:12:19 +02:00
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
#!/usr/bin/php
<?php
/*! untisbot v1.1.0 | (c) 2023 DrMaxNix | www.drmaxnix.de */
/*! untisbot v1.1.1 | (c) 2023 DrMaxNix | www.drmaxnix.de */
declare(strict_types = 1);
define("CONFIG_PATH", "/etc/untisbot/untisbot.ini");
define("UNTISBOT_VERSION", "1.1.0");
define("UNTISBOT_VERSION", "1.1.1");
@ -1486,4 +1487,4 @@
$this->last = $time;
}
}
?>
?>