Skip to content

Commit 59a4354

Browse files
committed
Prep for 4.4.1 release
1 parent c10969d commit 59a4354

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

system/CodeIgniter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class CodeIgniter
5252
/**
5353
* The current version of CodeIgniter Framework
5454
*/
55-
public const CI_VERSION = '4.4.0';
55+
public const CI_VERSION = '4.4.1';
5656

5757
/**
5858
* App startup time.

user_guide_src/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
version = '4.4'
2727

2828
# The full version, including alpha/beta/rc tags.
29-
release = '4.4.0'
29+
release = '4.4.1'
3030

3131
# -- General configuration ---------------------------------------------------
3232

0 commit comments

Comments
 (0)