Skip to content

Commit

Permalink
Tagged the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
caseysoftware committed Jan 1, 2019
1 parent d090665 commit 22614fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/version.php
@@ -1,6 +1,6 @@
<?php
// Set the version components separately.
$w2p_version_major = 3;
$w2p_version_minor = 3;
$w2p_version_patch = 66; // Can be set to null if not used
$w2p_version_minor = 4;
$w2p_version_patch = 0; // Can be set to null if not used
$w2p_version_prepatch = null; // Set to null if a release version.

0 comments on commit 22614fe

Please sign in to comment.