Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLeith committed Oct 26, 2014
1 parent 435155c commit b8cc207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion before_setup.sql
Expand Up @@ -21,4 +21,4 @@ CREATE DATABASE IF NOT EXISTS sys DEFAULT CHARACTER SET utf8;

USE sys;

CREATE OR REPLACE VIEW version AS SELECT '1.2.0' AS sys_version, version() AS mysql_version;
CREATE OR REPLACE VIEW version AS SELECT '1.3.0' AS sys_version, version() AS mysql_version;

0 comments on commit b8cc207

Please sign in to comment.