diff --git a/.github/workflows/auto-deploy.yaml b/.github/workflows/auto-deploy.yaml index 7a194292..81daabbc 100644 --- a/.github/workflows/auto-deploy.yaml +++ b/.github/workflows/auto-deploy.yaml @@ -2,7 +2,7 @@ name: Auto Deploy on: schedule: - - cron: '0 * * * *' + - cron: '23 * * * *' workflow_dispatch: inputs: diff --git a/pyproject.toml b/pyproject.toml index d59ef54b..89bf7064 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Deadbot" -version = "1.13.0" +version = "1.13.1" description = "Bot that lives to serve deadlock.wiki" readme = "README.md" authors=[] diff --git a/src/_version.py b/src/_version.py index 84c54b74..82b6a36f 100644 --- a/src/_version.py +++ b/src/_version.py @@ -1 +1 @@ -__version__ = '1.13.0' +__version__ = '1.13.1'