From 203cbcd6d14b77b1663f179d17d8b13de891ed88 Mon Sep 17 00:00:00 2001 From: Tomasz Mlynski Date: Sat, 30 Oct 2021 18:53:41 +0200 Subject: [PATCH] 1.8.29 meta --- inc/class_core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/class_core.php b/inc/class_core.php index 4ab8a644e3..ea2716fea0 100644 --- a/inc/class_core.php +++ b/inc/class_core.php @@ -14,14 +14,14 @@ class MyBB { * * @var string */ - public $version = "1.8.28"; + public $version = "1.8.29"; /** * The version code of MyBB we're running. * * @var integer */ - public $version_code = 1828; + public $version_code = 1829; /** * The current working directory.