Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Jul 6, 2023
1 parent 6f459e0 commit 9c83161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

function mgd_version() : string
{
return '1.9.0+git';
return '1.10.0';
}

function mgd_is_guid($input) : bool
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.9.x-dev"
"dev-master": "1.10.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 9c83161

Please sign in to comment.