diff --git a/inc/class_core.php b/inc/class_core.php index dcb4cb9293..7c70425d19 100644 --- a/inc/class_core.php +++ b/inc/class_core.php @@ -14,14 +14,14 @@ class MyBB { * * @var string */ - public $version = "1.8.35"; + public $version = "1.8.36"; /** * The version code of MyBB we're running. * * @var integer */ - public $version_code = 1835; + public $version_code = 1836; /** * The current working directory.