Skip to content

Commit b6c21c3

Browse files
committed
chore: update verion to 4.1.7
1 parent 72255da commit b6c21c3

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
@@ -45,7 +45,7 @@ class CodeIgniter
4545
/**
4646
* The current version of CodeIgniter Framework
4747
*/
48-
public const CI_VERSION = '4.1.6';
48+
public const CI_VERSION = '4.1.7';
4949

5050
private const MIN_PHP_VERSION = '7.3';
5151

user_guide_src/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
version = '4.1'
2525

2626
# The full version, including alpha/beta/rc tags.
27-
release = '4.1.6'
27+
release = '4.1.7'
2828

2929
# -- General configuration ---------------------------------------------------
3030

0 commit comments

Comments
 (0)