Skip to content

Commit

Permalink
Merge pull request #8542 from vanilla/chore/bump-release-number
Browse files Browse the repository at this point in the history
Bump the version number
  • Loading branch information
charrondev committed Mar 19, 2019
2 parents bfcacb6 + 08dd221 commit 182ffa9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ Our open source release branches are named by version number, e.g. `release/2.8`

The `release/VERSION+BUILD` branches are production-ready branches for our cloud product but are not yet vetted for open source release (alternate platforms & configurations).

| | Active Release | Deprecated Release |
| ------------------- | -------------- | ------------------- |
| **Version** | `2.8` | `2.6` |
| **Initial Release** | 8 Feb 2019 | 17 Aug 2018 |
| **Last Updated** | 8 Feb 2019 | 28 Oct 2018 (2.6.4) |
| **EOL** | Next release | **8 Feb 2019** |
| | Active Release | Deprecated Release |
| ------------------- | ------------------- | ------------------- |
| **Version** | `2.8` | `2.6` |
| **Initial Release** | 8 Feb 2019 | 17 Aug 2018 |
| **Last Updated** | 15 Mar 2019 (2.8.1) | 28 Oct 2018 (2.6.4) |
| **EOL** | Next release | **8 Feb 2019** |

Refer to the [OSS changelog](https://docs.vanillaforums.com/developer/changelog/) and the [Vanilla Cloud changelog](https://docs.vanillaforums.com/help/releases/) to track active changes between releases.

Expand Down
2 changes: 1 addition & 1 deletion environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
define('APPLICATION', 'Vanilla');
}
if (!defined('APPLICATION_VERSION')) {
define('APPLICATION_VERSION', '2.8+2019.004');
define('APPLICATION_VERSION', '2.8.1+2019.004');
}
if (!defined('DS')) {
define('DS', DIRECTORY_SEPARATOR);
Expand Down

0 comments on commit 182ffa9

Please sign in to comment.