Skip to content

Commit

Permalink
moved update back to index it needs db
Browse files Browse the repository at this point in the history
  • Loading branch information
Praesidiarius committed Jan 31, 2020
1 parent 63d7673 commit 1af8f3c
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.6
* @since 1.0.6.1
*/
const VERSION = '1.0.6';
const VERSION = '1.0.6.1';

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

0 comments on commit 1af8f3c

Please sign in to comment.