diff --git a/docs/VERSION-NAME.txt b/docs/VERSION-NAME.txt index 40c341b..9575d51 100644 --- a/docs/VERSION-NAME.txt +++ b/docs/VERSION-NAME.txt @@ -1 +1 @@ -3.6.0 +3.6.1 diff --git a/docs/VERSION-OSS-DEV.txt b/docs/VERSION-OSS-DEV.txt index 40c341b..9575d51 100644 --- a/docs/VERSION-OSS-DEV.txt +++ b/docs/VERSION-OSS-DEV.txt @@ -1 +1 @@ -3.6.0 +3.6.1 diff --git a/docs/VERSION-OSS.txt b/docs/VERSION-OSS.txt index 40c341b..9575d51 100644 --- a/docs/VERSION-OSS.txt +++ b/docs/VERSION-OSS.txt @@ -1 +1 @@ -3.6.0 +3.6.1 diff --git a/docs/VERSION.txt b/docs/VERSION.txt index 40c341b..9575d51 100644 --- a/docs/VERSION.txt +++ b/docs/VERSION.txt @@ -1 +1 @@ -3.6.0 +3.6.1 diff --git a/sql/mysql/install/data.sql b/sql/mysql/install/data.sql index da64285..5836276 100644 --- a/sql/mysql/install/data.sql +++ b/sql/mysql/install/data.sql @@ -1457,7 +1457,7 @@ LOCK TABLES `system_settings` WRITE; /*!40000 ALTER TABLE `system_settings` DISABLE KEYS */; INSERT INTO `system_settings` VALUES (1,'lastIndexUpdate','0'), -(2,'knowledgeTreeVersion','3.6.0'), +(2,'knowledgeTreeVersion','3.6.1'), (3,'databaseVersion','3.6.0'), (4,'server_name','127.0.0.1'); /*!40000 ALTER TABLE `system_settings` ENABLE KEYS */;