From 268df350202db8b47eb413e8e013310cfa7a8f9d Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 23 May 2024 12:23:06 +0200 Subject: [PATCH] Fix version name --- application/migrations/202_tag_1_6.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/migrations/202_tag_1_6.php b/application/migrations/202_tag_1_6.php index 86fe44cbc..df256e531 100644 --- a/application/migrations/202_tag_1_6.php +++ b/application/migrations/202_tag_1_6.php @@ -3,7 +3,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); /* - Tag Wavelog as Version 1.5 + Tag Wavelog as Version 1.6 */ class Migration_tag_1_6 extends CI_Migration {