Skip to content

Commit 538ba3c

Browse files
committed
Bump roundcube-version number after the previous changes
1 parent 3200626 commit 538ba3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SQL/mysql.initial.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,4 @@ CREATE TABLE `system` (
272272

273273
SET FOREIGN_KEY_CHECKS=1;
274274

275-
INSERT INTO `system` (`name`, `value`) VALUES ('roundcube-version', '2022100100');
275+
INSERT INTO `system` (`name`, `value`) VALUES ('roundcube-version', '2025102200');

SQL/postgres.initial.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,4 +390,4 @@ CREATE TABLE "system" (
390390
value text
391391
);
392392

393-
INSERT INTO "system" (name, value) VALUES ('roundcube-version', '2022100100');
393+
INSERT INTO "system" (name, value) VALUES ('roundcube-version', '2022102200');

SQL/sqlite.initial.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,4 @@ CREATE TABLE system (
274274
value text NOT NULL
275275
);
276276

277-
INSERT INTO system (name, value) VALUES ('roundcube-version', '2022100100');
277+
INSERT INTO system (name, value) VALUES ('roundcube-version', '2025102200');

0 commit comments

Comments
 (0)