Skip to content

Commit

Permalink
chore: update const version to 3.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Oct 10, 2024
1 parent 4ea54ac commit 338a205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion give.php
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ private function setup_constants()
{
// Plugin version.
if (!defined('GIVE_VERSION')) {
define('GIVE_VERSION', '3.16.3');
define('GIVE_VERSION', '3.16.4');
}

// Plugin Root File.
Expand Down

0 comments on commit 338a205

Please sign in to comment.