bump version
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Robert Kaussow 2021-05-15 14:55:59 +02:00
parent 41281d9cc5
commit ffa0c2154e
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ platform:
steps: steps:
- name: binary - name: binary
image: clux/muslrust:nightly-2020-10-02 image: clux/muslrust:nightly-2021-04-14
commands: commands:
- make build - make build
environment: environment:
@ -204,6 +204,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 39fce31c14c4f9ced76b2f99bcedc671c02050c983afdd9ef8bbd0f12a0b6122 hmac: b03e655c89137813302453a422df07b0d905cbd6cdfe9d0719cf45e167f7ea75
... ...

View File

@ -1,5 +1,5 @@
# renovate: datasource=github-releases depName=ViViDboarder/vaultwarden_ldap # renovate: datasource=github-releases depName=ViViDboarder/vaultwarden_ldap
export BUILD_VERSION ?= v0.3.0 export BUILD_VERSION ?= v0.4.0
export DEBIAN_FRONTEND ?= noninteractive export DEBIAN_FRONTEND ?= noninteractive
export LANG ?= C.UTF-8 export LANG ?= C.UTF-8
export TZ ?= UTC export TZ ?= UTC