Skip to content

Commit 14d1ef6

Browse files
committed
Release 4.0.0-beta.2
1 parent 8653d65 commit 14d1ef6

4 files changed

Lines changed: 26 additions & 2 deletions

File tree

system/CodeIgniter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class CodeIgniter
6363
/**
6464
* The current version of CodeIgniter Framework
6565
*/
66-
const CI_VERSION = '4.0.0-beta.1';
66+
const CI_VERSION = '4.0.0-beta.2';
6767

6868
/**
6969
* App startup time.

user_guide_src/source/changelogs/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ Release Date: Not Released
1010
**Next release of CodeIgniter4**
1111

1212

13+
:doc:`See all the changes. </changelogs/next>`
14+
15+
Version 4.0.0-beta.2
16+
====================================================
17+
18+
Release Date: April 04, 2019
19+
20+
**Next release of CodeIgniter4**
21+
22+
1323
:doc:`See all the changes. </changelogs/next>`
1424

1525
Version 4.0.0-beta.1
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Version 4.0.0-beta.2
2+
====================================================
3+
4+
Release Date: Not released
5+
6+
**Next alpha release of CodeIgniter4**
7+
8+
9+
The list of changed files follows, with PR numbers shown.
10+
11+
12+
PRs merged:
13+
-----------
14+

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-beta.1'
53+
release = '4.0.0-beta.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)