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 72255da commit b6c21c3Copy full SHA for b6c21c3
system/CodeIgniter.php
@@ -45,7 +45,7 @@ class CodeIgniter
45
/**
46
* The current version of CodeIgniter Framework
47
*/
48
- public const CI_VERSION = '4.1.6';
+ public const CI_VERSION = '4.1.7';
49
50
private const MIN_PHP_VERSION = '7.3';
51
user_guide_src/source/conf.py
@@ -24,7 +24,7 @@
24
version = '4.1'
25
26
# The full version, including alpha/beta/rc tags.
27
-release = '4.1.6'
+release = '4.1.7'
28
29
# -- General configuration ---------------------------------------------------
30
0 commit comments