Skip to content

Commit 82041ff

Browse files
committed
Bump version to 1.4.0 for release
1 parent 27006a1 commit 82041ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
$web_config = $this->get('web_config');
1919
header('X-Frame-Options: DENY');
2020
header("Content-Security-Policy: default-src 'self'");
21-
$footer=str_replace("%v", "1.3.2", $web_config['footer']);
21+
$footer=str_replace("%v", "1.4.0", $web_config['footer']);
2222
?>
2323
<!DOCTYPE html>
2424
<meta charset="utf-8"/>

0 commit comments

Comments
 (0)