Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.

Commit a8aaf71

Browse files
committed
chore(install): update version to 20.10.13 (#10300)
1 parent 52c38da commit a8aaf71

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

www/install/insertBaseConf.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- Insert version
33
--
44

5-
INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '20.10.12');
5+
INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '20.10.13');
66

77
--
88
-- Contenu de la table `contact`

www/install/php/Update-20.10.13.php

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
3+
/*
4+
* Copyright 2005 - 2021 Centreon (https://www.centreon.com/)
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
17+
*
18+
* For more information : [email protected]
19+
*
20+
*/

0 commit comments

Comments
 (0)