Skip to content

Commit

Permalink
Release 4.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-parry committed Sep 28, 2018
1 parent 021bc3b commit ab29dc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion system/CodeIgniter.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class CodeIgniter
/**
* The current version of CodeIgniter Framework
*/
const CI_VERSION = '4.0.0-dev';
const CI_VERSION = '4.0.0-alpha.1';

/**
* App startup time.
Expand Down
4 changes: 2 additions & 2 deletions user_guide_src/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Change Log
##########

Version |release|
Version 4.0.0-alpha.1
=================================

Release Date: Not Released
Release Date: September 28, 2018

**Rewrite of the CodeIgniter framework**

Expand Down

0 comments on commit ab29dc6

Please sign in to comment.