Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Aug 7, 2021
1 parent 3a77905 commit 1913955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/my-tickets.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 1.8.28
* Version: 1.8.29
*/

/*
Expand Down Expand Up @@ -46,7 +46,7 @@
* @return string Current My Tickets version.
*/
function mt_get_current_version() {
$mt_version = '1.8.28';
$mt_version = '1.8.29';

return $mt_version;
}
Expand Down
2 changes: 1 addition & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tested up to: 5.8
Requires PHP: 5.6
License: GPLv2 or later
Text domain: my-tickets
Stable tag: 1.8.28
Stable tag: 1.8.29

My Tickets is an simple, flexible platform for selling event tickets with WordPress.

Expand Down

0 comments on commit 1913955

Please sign in to comment.