Skip to content

Commit

Permalink
fix: update_version migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpanjwani committed Dec 2, 2021
1 parent 4438d54 commit 5321871
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

use Crater\Models\Setting;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

class UpdateCraterVersion502 extends Migration
{
Expand All @@ -14,7 +12,7 @@ class UpdateCraterVersion502 extends Migration
*/
public function up()
{
Setting::setSetting('version', '5.0.1');
Setting::setSetting('version', '5.0.2');
}

/**
Expand Down

0 comments on commit 5321871

Please sign in to comment.