Skip to content

Commit

Permalink
revert version update in plugin file
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Oct 28, 2024
1 parent 0dac63f commit dbb4791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pantheon-sessions.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: Native PHP Sessions for WordPress
* Version: 1.4.3
* Version: 1.4.3-dev
* Description: Offload PHP's native sessions to your database for multi-server compatibility.
* Author: Pantheon
* Author URI: https://www.pantheon.io/
Expand All @@ -13,7 +13,7 @@

use Pantheon_Sessions\Session;

define( 'PANTHEON_SESSIONS_VERSION', '1.4.3' );
define( 'PANTHEON_SESSIONS_VERSION', '1.4.3-dev' );

/**
* Main controller class for the plugin.
Expand Down

0 comments on commit dbb4791

Please sign in to comment.