Skip to content

Commit

Permalink
Release for version 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Apr 21, 2022
1 parent 0c6291b commit 3fc13de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,10 +506,7 @@ config:

# Main version shown in the user interface. set to 'false' if you don't
# want it to be shown.
mainVersion: '6.0.0-beta.1'

# Login session cookies expiration in minutes. set to 'false' to be
# unlimited. Does not apply to admin-console cookies (which use the value
mainVersion: '6.0.1'
# from `config.iam.admin_auth_token_expiration_seconds`), except if this
# setting is set to 'false' then the expiration of cookies will be set
# the same value as for other sequent-ui modules (unlimited).
Expand Down
2 changes: 1 addition & 1 deletion helper-tools/config_prod_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import argparse
import re

INPUT_PROD_VERSION="6.0.0"
INPUT_PROD_VERSION="6.0.1"
INPUT_PRE_VERSION="6.0.1"
OUTPUT_PROD_VERSION="6.0.1"
def store_keyvalue(prod_config, generated_config, keystore, pipe):
Expand Down

0 comments on commit 3fc13de

Please sign in to comment.