Skip to content

Commit

Permalink
* Upgrade version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjianhua committed Nov 21, 2022
1 parent b8fc7f9 commit 600ca61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/* 基本设置。Basic settings. */
$config->platformVersion = getenv('CHART_VERSION');// 渠成平台版本。The version of Qucheng platform.
$config->version = '2.2.0'; // 渠成Web版本。 The version of Web Service of Qucheng. Don't change it.
$config->version = '2.3.0'; // 渠成Web版本。 The version of Web Service of Qucheng. Don't change it.
$config->charset = 'UTF-8'; // 编码。 The encoding of Qucheng.
$config->cookieLife = time() + 2592000; // Cookie的生存时间。The cookie life time.
$config->timezone = 'Asia/Shanghai'; // 时区设置。 The time zone setting, for more see http://www.php.net/manual/en/timezones.php.
Expand Down
2 changes: 1 addition & 1 deletion frontend/db/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ CREATE TABLE IF NOT EXISTS `q_navinstance` (

REPLACE INTO `q_config` (`owner`, `module`, `section`, `key`, `value`) VALUES ('system', 'navigation', 'global', 'hideInaccessible', 'off');
REPLACE INTO `q_config` (`owner`, `module`, `section`, `key`, `value`) VALUES ('system', 'common', 'global', 'allowAnonymousAccess', 'off');
REPLACE INTO `q_config` (`owner`, `module`, `section`, `key`, `value`) VALUES ('system', 'common', 'global', 'version', '2.2.0');
REPLACE INTO `q_config` (`owner`, `module`, `section`, `key`, `value`) VALUES ('system', 'common', 'global', 'version', '2.3.0');

set sql_mode = '';
REPLACE INTO `q_company` (`id`, `name`, `admins`) VALUES (1, '', ',qadmin,');
Expand Down

0 comments on commit 600ca61

Please sign in to comment.