diff --git a/_install/library/Controller.class.php b/_install/library/Controller.class.php index 6833d4f298..39cb20beeb 100755 --- a/_install/library/Controller.class.php +++ b/_install/library/Controller.class.php @@ -38,7 +38,7 @@ abstract class Controller implements Controllable const TOTAL_INSTALL_STEPS = 7; const SOFTWARE_VERSION_NAME = 'PUREā„¢'; - const SOFTWARE_VERSION = '17.1.0'; + const SOFTWARE_VERSION = '17.2.0'; const SOFTWARE_BUILD = '1'; diff --git a/_protected/framework/Security/Version.class.php b/_protected/framework/Security/Version.class.php index 86358206ca..6905fbb600 100755 --- a/_protected/framework/Security/Version.class.php +++ b/_protected/framework/Security/Version.class.php @@ -50,7 +50,7 @@ final class Version * * More details: https://ph7cms.com/new-versioning-system/ */ - const KERNEL_VERSION = '17.1.0'; + const KERNEL_VERSION = '17.2.0'; const KERNEL_BUILD = '1'; const KERNEL_RELEASE_DATE = '2022-04-02';