fix: docker permissions & bump v1.2.2

This commit is contained in:
dyzulk
2026-01-19 11:09:42 +07:00
parent 9cee55c05a
commit 51ca6d3669
4 changed files with 35 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ namespace App\Config;
class SiteConfig {
const APP_NAME = 'MIVO';
const APP_VERSION = 'v1.2.1';
const APP_VERSION = 'v1.2.2';
const APP_FULL_NAME = 'MIVO - Mikrotik Voucher';
const CREDIT_NAME = 'MivoDev';
const CREDIT_URL = 'https://github.com/mivodev';