diff --git a/application/config/constants.php b/application/config/constants.php index 029c897d7..36e6c0f4f 100644 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -93,7 +93,7 @@ // Bonfire-specific Constants // ----------------------------------------------------------------------------- -define('BONFIRE_VERSION', 'v0.7.6-dev'); +define('BONFIRE_VERSION', 'v0.7.6'); // ----------------------------------------------------------------------------- // 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 59753e563..390cf6c46 100644 --- a/bonfire/docs/changelog.md +++ b/bonfire/docs/changelog.md @@ -1,6 +1,6 @@ # Change Log -## Under development +## Released versions ### 0.7.6 @@ -18,8 +18,6 @@ #### Known Issues: -## Released versions - ### 0.7.5 #### New Features: diff --git a/composer.json b/composer.json index 78f95988b..cf9d0b248 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.7.6-dev", + "version": "0.7.6", "type": "project", "homepage": "http://cibonfire.com", "license": "MIT",