Skip to content

Commit

Permalink
use proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
greeeen-dev committed Oct 2, 2024
1 parent 7f74f99 commit 6cdc491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def update_toml(old, new):
logger.warning('From v1.2.4, allow_prs is deprecated. Use allow_posts instead.')

if 'external' in list(data.keys()):
logger.warning('From v3.2.9, external is deprecated. To disable a platform, please uninstall the support plugin.')
logger.warning('From v3.3.0, external is deprecated. To disable a platform, please uninstall the support plugin.')

if 'token' in list(data.keys()):
logger.warning('From v1.1.8, Unifier uses .env (dotenv) files to store tokens. We recommend you remove the old token keys from your config.json file.')
Expand Down

0 comments on commit 6cdc491

Please sign in to comment.