Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Prep develop branch for 0.8.3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhitneysdsu committed Aug 5, 2015
1 parent b8ce731 commit 243656e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
// Bonfire-specific Constants
// -----------------------------------------------------------------------------

define('BONFIRE_VERSION', 'v0.8.2');
define('BONFIRE_VERSION', 'v0.8.3-dev');

// -----------------------------------------------------------------------------
// The 'App Area' allows you to specify the base folder used for all of the contexts
Expand Down
1 change: 1 addition & 0 deletions bonfire/docs/_toc.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ developer/tut_blog = Simple Blog Tutorial
developer/changelog = Change Log

[Upgrade Notes]
developer/upgrade/083 = 0.8.2 to 0.8.3
developer/upgrade/082 = 0.8.1 to 0.8.2
developer/upgrade/081 = 0.8.0 to 0.8.1
developer/upgrade/080 = 0.7.4 to 0.8.0
Expand Down
12 changes: 12 additions & 0 deletions bonfire/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## Under development

### 0.8.3

#### New Features:

#### Closes Issues:

#### Additional Changes:

#### Known Issues:

## Released versions

### 0.8.2
Expand Down
3 changes: 3 additions & 0 deletions bonfire/docs/upgrade/083.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Upgrading Bonfire

## 0.8.2 to 0.8.3
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ci-bonfire/bonfire",
"description": "Kickstart your CodeIgniter-based web application development.",
"version": "0.8.2",
"version": "0.8.3-dev",
"type": "project",
"homepage": "http:https://cibonfire.com",
"license": "MIT",
Expand Down

0 comments on commit 243656e

Please sign in to comment.