diff options
Diffstat (limited to 'lib/version.php')
| -rw-r--r-- | lib/version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.php b/lib/version.php index d666783..391e463 100644 --- a/lib/version.php +++ b/lib/version.php @@ -1,7 +1,7 @@ <?php // please leave it as it is ;) define("TINYEMOTES_NAME", "TinyEmotes"); -define("TINYEMOTES_VERSION", "0.3.1"); +define("TINYEMOTES_VERSION", "0.4.0"); define("TINYEMOTES_LINK", "https://git.ilt.su/tiny/emotes.git"); if ($s = file_get_contents("{$_SERVER['DOCUMENT_ROOT']}/.git/refs/heads/master")) { |
