Skip to content

Commit ab29dc6

Browse files
committed
Release 4.0.0-alpha.1
1 parent 021bc3b commit ab29dc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

system/CodeIgniter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class CodeIgniter
5959
/**
6060
* The current version of CodeIgniter Framework
6161
*/
62-
const CI_VERSION = '4.0.0-dev';
62+
const CI_VERSION = '4.0.0-alpha.1';
6363

6464
/**
6565
* App startup time.

user_guide_src/source/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Change Log
33
##########
44

5-
Version |release|
5+
Version 4.0.0-alpha.1
66
=================================
77

8-
Release Date: Not Released
8+
Release Date: September 28, 2018
99

1010
**Rewrite of the CodeIgniter framework**
1111

0 commit comments

Comments
 (0)