diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-11 02:41:06 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-11 02:41:06 +0500 |
| commit | e19b8a9e31ac740dd45b848c7df0b548cc3dd93d (patch) | |
| tree | 7ad3a9bceefee8a759acc9bb42b404da8de6e803 /src/version.php | |
| parent | f1dcd4d6651ece224e4ae30ccdeabd912d6b43f4 (diff) | |
feat: version 0.2
Diffstat (limited to 'src/version.php')
| -rw-r--r-- | src/version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.php b/src/version.php index 7dacf0b..fb3273c 100644 --- a/src/version.php +++ b/src/version.php @@ -1,7 +1,7 @@ <?php // please leave it as it is ;) define("TINYEMOTES_NAME", "TinyEmotes"); -define("TINYEMOTES_VERSION", "0.1"); +define("TINYEMOTES_VERSION", "0.2"); define("TINYEMOTES_LINK", "https://github.com/ilotterytea/tinyemotes"); if ($s = file_get_contents("../.git/refs/heads/master")) { |
