16 lines
470 B
PHP
16 lines
470 B
PHP
<?php
|
|
|
|
return [
|
|
// First tagged release is v0.1.0 (semantic, not -dev). The live build hash
|
|
// is resolved from .git at runtime (see App\Livewire\Versions\Index).
|
|
'version' => '0.1.1',
|
|
|
|
// Default user channel. Only 'stable' and 'beta' are ever offered to users.
|
|
'channel' => 'stable',
|
|
|
|
// Real project home (self-hosted Gitea) + license. Open-core, AGPL.
|
|
'repository' => 'https://git.bave.dev/boban/clusev',
|
|
|
|
'license' => 'AGPL-3.0',
|
|
];
|