Skip to content

Commit

Permalink
Proud version bump - we have our first RC of FlatPress 1.3! \o/
Browse files Browse the repository at this point in the history
  • Loading branch information
azett committed Mar 23, 2024
1 parent b229b86 commit 3d73752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fp-includes/core/core.system.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function system_hashsalt_save($force = false) {
return true;
}

define('SYSTEM_VER', '1.3.beta1');
define('SYSTEM_VER', '1.3 RC1');

function system_ver() {
return 'fp-' . SYSTEM_VER;
Expand Down

0 comments on commit 3d73752

Please sign in to comment.