Skip to content

Commit

Permalink
Update SettingsTableSeeder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lashapetriashvili authored Mar 24, 2018
1 parent c03da00 commit ab72256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Seeders/SettingsTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static function run()
$news = Settings::firstOrNew(['name' => 'version']);
$news->fill([
'display_name' => 'ვერსია',
'value' => '1.0.0',
'value' => '1.0.1',
])->save();
}
}

0 comments on commit ab72256

Please sign in to comment.