diff options
author | Jonas Kohl | 2024-12-22 12:45:07 +0100 |
---|---|---|
committer | Jonas Kohl | 2024-12-22 12:45:07 +0100 |
commit | bf15bdf4639c61d9855cc76b4e58463eabbd6760 (patch) | |
tree | e6719db30ddd4ac3eb33e29953b3b48f0f4284bf /src/application/appdef.php | |
parent | c4fb88b882e00692a28cabd677cacfc1e50f86d4 (diff) |
Add missing 'editpost' actionv0.6.3
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 33a0807..b08bf14 100644 --- a/src/application/appdef.php +++ b/src/application/appdef.php @@ -1,3 +1,3 @@ <?php -const MYSTICBB_VERSION = "0.6.2"; +const MYSTICBB_VERSION = "0.6.3"; |