diff options
author | Jonas Kohl | 2024-12-10 16:04:04 +0100 |
---|---|---|
committer | Jonas Kohl | 2024-12-10 16:04:04 +0100 |
commit | 2953997e1511a31c45f67147cc64be791f4265a0 (patch) | |
tree | e4eefd610e8c68f5c6a8375d738b0c4984ed341a /src/application/appdef.php | |
parent | 754ff1fda76b89da6793b5e553bd127cb4076571 (diff) |
Don't include deleted posts in post list on profilev0.6.2
Diffstat (limited to 'src/application/appdef.php')
-rw-r--r-- | src/application/appdef.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application/appdef.php b/src/application/appdef.php index 7cddfff..33a0807 100644 --- a/src/application/appdef.php +++ b/src/application/appdef.php @@ -1,3 +1,3 @@ <?php -const MYSTICBB_VERSION = "0.6.1"; +const MYSTICBB_VERSION = "0.6.2"; |