1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-30 02:49:50 +02:00

Updated version number in define.php.

This commit is contained in:
Mikael Roos
2020-06-08 12:38:44 +02:00
parent 4ea72be49a
commit 0249056761
6 changed files with 15 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ $config = array(
// Version of cimage and img.php
define("CIMAGE_VERSION", "v0.7.23 (2020-05-06)");
define("CIMAGE_VERSION", "v0.8.1 (2020-06-08)");
// For CRemoteImage
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);