Skip to content

Commit

Permalink
new build 606
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpanjwani committed Mar 6, 2022
1 parent 7275f3d commit 18507dd
Show file tree
Hide file tree
Showing 112 changed files with 438 additions and 412 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php

use Crater\Models\Setting;
use Illuminate\Database\Migrations\Migration;

class UpdateCraterVersion606 extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Setting::setSetting('version', '6.0.6');
}

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
//
}
}
1 change: 0 additions & 1 deletion public/build/assets/AccountSetting.6cb82167.js

This file was deleted.

1 change: 1 addition & 0 deletions public/build/assets/AccountSetting.7f3b69b7.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 18507dd

Please sign in to comment.