diff --git a/database/migrations/2024_12_16_132422_bump_version060200.php b/database/migrations/2024_12_16_132422_bump_version060200.php new file mode 100644 index 00000000000..f8530af652c --- /dev/null +++ b/database/migrations/2024_12_16_132422_bump_version060200.php @@ -0,0 +1,26 @@ +where('key', 'version')->update(['value' => '060200']); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down(): void + { + DB::table('configs')->where('key', 'version')->update(['value' => '060102']); + } +}; diff --git a/version.md b/version.md index 92f2ea29941..4ac4fded49f 100644 --- a/version.md +++ b/version.md @@ -1 +1 @@ -6.1.2 \ No newline at end of file +6.2.0 \ No newline at end of file