v10.0.8 (2020-06-23)

- [Bugfix] Fix android user creation during init
- [Bugfix] Fix undefined settings in k8s scripts, such as `createuser`
This commit is contained in:
Régis Behmo 2020-06-23 19:27:14 +02:00
parent f28ecca498
commit a9907d7eb3
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Note: Breaking changes between versions are indicated by "💥".
## Unreleased
## v10.0.8 (2020-06-23)
- [Bugfix] Fix android user creation during init
- [Bugfix] Fix undefined settings in k8s scripts, such as `createuser`

View File

@ -1 +1 @@
__version__ = "10.0.7"
__version__ = "10.0.8"