Skip to content

Commit ffff2a6

Browse files
committed
Release 4.0.0-alpha.2
1 parent 432ce38 commit ffff2a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

system/CodeIgniter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class CodeIgniter
6060
/**
6161
* The current version of CodeIgniter Framework
6262
*/
63-
const CI_VERSION = '4.0.0-alpha.1';
63+
const CI_VERSION = '4.0.0-alpha.2';
6464

6565
/**
6666
* 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.2
66
=================================
77

8-
Release Date: Not Released
8+
Release Date: October 22, 2018
99

1010
**Second alpha release of CodeIgniter4**
1111

user_guide_src/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '4.0-dev'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '4.0.0-alpha.1'
53+
release = '4.0.0-alpha.2'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

0 commit comments

Comments
 (0)