diff --git a/application/config/constants.php b/application/config/constants.php index 00062593d..6be5b9dd4 100644 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -93,7 +93,7 @@ // Bonfire-specific Constants // ----------------------------------------------------------------------------- -define('BONFIRE_VERSION', 'v0.8.2-dev'); +define('BONFIRE_VERSION', 'v0.8.2'); // ----------------------------------------------------------------------------- // The 'App Area' allows you to specify the base folder used for all of the contexts diff --git a/bonfire/docs/changelog.md b/bonfire/docs/changelog.md index b3c5c88f1..bf2c05a6a 100644 --- a/bonfire/docs/changelog.md +++ b/bonfire/docs/changelog.md @@ -1,6 +1,6 @@ # Change Log -## Under development +## Released versions ### 0.8.2 @@ -26,8 +26,6 @@ #### Known Issues: -## Released versions - ### 0.8.1 #### New Features: diff --git a/composer.json b/composer.json index c7a6f871f..5e6a9b547 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ci-bonfire/bonfire", "description": "Kickstart your CodeIgniter-based web application development.", - "version": "0.8.2-dev", + "version": "0.8.2", "type": "project", "homepage": "http://cibonfire.com", "license": "MIT",