Skip to content

Commit

Permalink
#966 - Update version to v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed Aug 15, 2022
1 parent 9fcc561 commit aca69f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/version/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
class ComPagesVersion extends KObject implements KObjectSingleton
{
const VERSION = '0.23.0';
const VERSION = '0.23.1';

public function getVersion()
{
Expand Down
2 changes: 1 addition & 1 deletion contrib/extensions/domparser/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: domparser
version: 0.23.0
version: 0.23.1
2 changes: 1 addition & 1 deletion contrib/extensions/joomla/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: joomla
version: 0.23.0
version: 0.23.1
2 changes: 1 addition & 1 deletion contrib/extensions/sentry/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: sentry
version: 0.23.0
version: 0.23.1

0 comments on commit aca69f0

Please sign in to comment.