Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Praesidiarius committed Jan 31, 2020
1 parent 9a2595f commit d75c0b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/Application/src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ class Module {
/**
* Module Version
*
* @since 1.0.5
* @since 1.0.6
*/
const VERSION = '1.0.5';
const VERSION = '1.0.6';

public function getConfig() : array {
return include __DIR__ . '/../config/module.config.php';
Expand Down

0 comments on commit d75c0b8

Please sign in to comment.