Skip to content

Commit

Permalink
1.8.1x
Browse files Browse the repository at this point in the history
  • Loading branch information
Raza9798 committed Jun 18, 2024
1 parent 3cb663d commit 3ae0a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Controller/BuildController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Illuminate\Routing\Controller;
use Illuminate\Support\Facades\File;
use Intelmail\IntelMail;
use Intelrx\Intelmail\IntelMail;
use Intelrx\Rapidkit\assets\Banner;
use Intelrx\Rapidkit\assets\Helper;
use Intelrx\Rapidkit\Config\Config;
Expand Down
2 changes: 1 addition & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Config
{
const VERSION = '1.8.9';
const VERSION = '1.8.1x';
const ASSETS_DIR = "/src/assets";

public static function getBuildDir($levels): string
Expand Down

0 comments on commit 3ae0a0d

Please sign in to comment.