Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 163cdf3

Browse files
committed
Bump version to 1.2.0
1 parent bf2c841 commit 163cdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

before_setup.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ CREATE DATABASE IF NOT EXISTS sys DEFAULT CHARACTER SET utf8;
2121

2222
USE sys;
2323

24-
CREATE OR REPLACE VIEW version AS SELECT '1.1.0' AS sys_version, version() AS mysql_version;
24+
CREATE OR REPLACE VIEW version AS SELECT '1.2.0' AS sys_version, version() AS mysql_version;

0 commit comments

Comments
 (0)