Skip to content

Commit

Permalink
new build 506
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpanjwani committed Dec 10, 2021
1 parent f3b527b commit 3a1f5a4
Show file tree
Hide file tree
Showing 77 changed files with 260 additions and 233 deletions.
@@ -0,0 +1,27 @@
<?php

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

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

/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
//
}
}

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

0 comments on commit 3a1f5a4

Please sign in to comment.