Skip to content

Commit 61beed8

Browse files
author
Fulvio N.
committed
bump to 1.3.0
1 parent 823e758 commit 61beed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/class-wp-php-console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class WP_PHP_Console {
5353
public function __construct() {
5454

5555
$this->plugin_name = 'wp-php-console';
56-
$this->version = '1.2.4 beta1';
56+
$this->version = '1.3.0';
5757
$this->options = get_option( 'wp-php-console' );
5858

5959
add_action( 'plugins_loaded', array( $this, 'set_locale' ) );

0 commit comments

Comments
 (0)