diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-11 21:15:15 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-11 21:15:15 +0500 |
| commit | 3cc6c32daa017937daa6a95f5e643ea0d4022958 (patch) | |
| tree | a35242e1ee0d4113f7910443becb88f8a50803cc /lib/version.php | |
| parent | c0e9082e7d3d8fc3aa07cf707e524299764fb925 (diff) | |
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")) { |
