Skip to content

Commit

Permalink
Fix version in Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
goncaloasimoes committed Mar 1, 2023
1 parent 2000f24 commit ad1c575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
* @since 0.0.1
*/
\add_action( 'plugins_loaded', function () {
$plugin = new TwentySixB\WP\Plugin\PostVersion\Plugin( 'post-version', '0.0.1' );
$plugin = new TwentySixB\WP\Plugin\PostVersion\Plugin( 'post-version', '0.0.3' );
$plugin->run();
} );

0 comments on commit ad1c575

Please sign in to comment.