Skip to content

Commit

Permalink
Version bump to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shadoath committed Oct 19, 2021
1 parent 545e241 commit 919e140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-scss.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
define('WPSCSS_VERSION_KEY', 'wpscss_version');

if (!defined('WPSCSS_VERSION_NUM'))
define('WPSCSS_VERSION_NUM', '2.3.5');
define('WPSCSS_VERSION_NUM', '2.4.0');

// Add version to options table
if ( get_option( WPSCSS_VERSION_KEY ) !== false ) {
Expand Down

0 comments on commit 919e140

Please sign in to comment.