Skip to content

Commit f1462ac

Browse files
committed
prepare for release
1 parent 0a3abd1 commit f1462ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.14.5 -> vx.x.x
1+
# v0.14.5 -> v0.14.6
22

33
## Bugfixes
44

src/inc/info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
$VERSION = "0.14.5";
3+
$VERSION = "0.14.6";
44
$BUILD = "repository";
55
$HOST = @$_SERVER['HTTP_HOST'];
66
if (strpos($HOST, ":") !== false) {

0 commit comments

Comments
 (0)