Skip to content

Commit bdce458

Browse files
committed
chore: bump version to 0.5.8
1 parent 9eeed25 commit bdce458

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wc-pricebook.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WC Pricebook
44
* Plugin URI: https://github.com/mjoslyn/wc-pricebook
55
* Description: Role/tier-based pricing engine for WooCommerce. Configurable price tiers, rule-based product behaviors, and a manager pricing-view switcher.
6-
* Version: 0.5.7
6+
* Version: 0.5.8
77
* Author: Robot of the Future
88
* Author URI: https://github.com/mjoslyn
99
* License: GPL-2.0-or-later
@@ -23,7 +23,7 @@
2323
exit;
2424
}
2525

26-
define( 'WC_PRICEBOOK_VERSION', '0.5.7' );
26+
define( 'WC_PRICEBOOK_VERSION', '0.5.8' );
2727
define( 'WC_PRICEBOOK_FILE', __FILE__ );
2828
define( 'WC_PRICEBOOK_DIR', plugin_dir_path( __FILE__ ) );
2929
define( 'WC_PRICEBOOK_URL', plugin_dir_url( __FILE__ ) );

0 commit comments

Comments
 (0)