[OPB-xxx] prepare for release

This commit is contained in:
Sheldan
2023-02-15 00:55:04 +01:00
parent 8c8cadefdd
commit 658683c013
3 changed files with 3 additions and 3 deletions

View File

@@ -34,5 +34,5 @@ jobs:
env: env:
REGISTRY_PREFIX: docker.pkg.github.com/sheldan/oneplusbot/ REGISTRY_PREFIX: docker.pkg.github.com/sheldan/oneplusbot/
VERSION: ${{ env.version }} VERSION: ${{ env.version }}
ABSTRACTO_VERSION: 1.4.19 ABSTRACTO_VERSION: 1.4.20
ABSTRACTO_REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto/ ABSTRACTO_REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto/

View File

@@ -29,4 +29,4 @@ PGADMIN_DEFAULT_EMAIL=sheldan@sheldan.dev
PGADMIN_DEFAULT_PASSWORD=admin PGADMIN_DEFAULT_PASSWORD=admin
TOKEN=<INSERT TOKEN> TOKEN=<INSERT TOKEN>
YOUTUBE_API_KEY=<INSERT KEY> YOUTUBE_API_KEY=<INSERT KEY>
ONEPLUS_BOT_VERSION=1.6.4 ONEPLUS_BOT_VERSION=1.6.5

View File

@@ -19,7 +19,7 @@
<maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.source>1.8</maven.compiler.source>
<!-- edit in release.yml as well --> <!-- edit in release.yml as well -->
<!-- when releasing a new opbot version, update the .env as well--> <!-- when releasing a new opbot version, update the .env as well-->
<abstracto.version>1.4.19</abstracto.version> <abstracto.version>1.4.20</abstracto.version>
<abstracto.templates.version>1.4.13</abstracto.templates.version> <abstracto.templates.version>1.4.13</abstracto.templates.version>
</properties> </properties>