Skip to content

Commit 9ba883a

Browse files
committed
Updating cli version in version.sql to 25.5.1
1 parent 52c0901 commit 9ba883a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/conf/versions.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
DROP TABLE IF EXISTS hub;
33
CREATE TABLE hub(v TEXT NOT NULL PRIMARY KEY, c TEXT NOT NULL, d TEXT NOT NULL);
4-
INSERT INTO hub VALUES ('25.5.0', '', '20260211');
4+
INSERT INTO hub VALUES ('25.5.1', '', '20260226');
55

66
DROP VIEW IF EXISTS v_versions;
77
DROP VIEW IF EXISTS v_products;

0 commit comments

Comments
 (0)