[OPB-xxx] updating to hotfix and preparing for release

This commit is contained in:
Sheldan
2021-07-26 01:46:13 +02:00
parent a707b10cfd
commit 1b970ba0a8
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.3.5 ABSTRACTO_VERSION: 1.3.6
ABSTRACTO_REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto/ ABSTRACTO_REGISTRY_PREFIX: docker.pkg.github.com/sheldan/abstracto/

View File

@@ -28,4 +28,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.5.4 ONEPLUS_BOT_VERSION=1.5.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.3.5</abstracto.version> <abstracto.version>1.3.6</abstracto.version>
<abstracto.templates.version>1.2.18</abstracto.templates.version> <abstracto.templates.version>1.2.18</abstracto.templates.version>
</properties> </properties>