We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10969d commit 59a4354Copy full SHA for 59a4354
system/CodeIgniter.php
@@ -52,7 +52,7 @@ class CodeIgniter
52
/**
53
* The current version of CodeIgniter Framework
54
*/
55
- public const CI_VERSION = '4.4.0';
+ public const CI_VERSION = '4.4.1';
56
57
58
* App startup time.
user_guide_src/source/conf.py
@@ -26,7 +26,7 @@
26
version = '4.4'
27
28
# The full version, including alpha/beta/rc tags.
29
-release = '4.4.0'
+release = '4.4.1'
30
31
# -- General configuration ---------------------------------------------------
32
0 commit comments