From 5236b19711a93cf0bb0becf08d7482ab7a82f26a Mon Sep 17 00:00:00 2001 From: garciay Date: Sat, 26 Nov 2022 16:52:21 +0100 Subject: [PATCH] Set correct version number --- config/.meepctl-repocfg.yaml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/config/.meepctl-repocfg.yaml b/config/.meepctl-repocfg.yaml index 81c79b7..5a0bed7 100644 --- a/config/.meepctl-repocfg.yaml +++ b/config/.meepctl-repocfg.yaml @@ -1,4 +1,18 @@ -version: 1.8.1 +# Copyright (c) 2022 The AdvantEDGE Authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +version: 1.8.2 repo: name: AdvantEDGE @@ -49,7 +63,7 @@ repo: # session encryption key k8s secret (data: encryption-key) key-secret: meep-session # maximum simultaneous sessions - max-sessions: 9 + max-sessions: 10 # GitHub OAuth provider config github: # enable GitHub OAuth -- GitLab