Skip to content

Commit c53900f

Browse files
committed
bump
1 parent 199cdbf commit c53900f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/sys_config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function _d(string $name, mixed $value): void
3131
_d("COOKIE_PREFIX", 'shm'); // string if you run multiple galleries with non-shared logins, give them different prefixes
3232
_d("SPEED_HAX", false); // boolean do some questionable things in the name of performance
3333
_d("WH_SPLITS", 1); // int how many levels of subfolders to put in the warehouse
34-
_d("VERSION", "2.11.0"); // string shimmie version
34+
_d("VERSION", "2.11.1"); // string shimmie version
3535
_d("TIMEZONE", null); // string timezone
3636
_d("EXTRA_EXTS", ""); // string optional extra extensions
3737
_d("BASE_HREF", null); // string force a specific base URL (default is auto-detect)

0 commit comments

Comments
 (0)