Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arabcoders committed Feb 12, 2022
1 parent 56836af commit 1a50349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
return (function () {
$config = [
'name' => 'WatchState',
'version' => 'v0.0.2',
'version' => 'v0.0.3-alpha',
'tz' => null,
'path' => fixPath(
env('WS_DATA_PATH', fn() => env('IN_DOCKER') ? '/config' : realpath(__DIR__ . DS . '..' . DS . 'var'))
Expand Down

0 comments on commit 1a50349

Please sign in to comment.