Update the API fixing an issue with migrations

When updating from previous versions, the API will fail to execute the database migrations. This updates the API version to include a fix for this.

Change-type: patch
This commit is contained in:
Akis Kesoglou 2020-10-29 13:35:30 +02:00
parent a3126359e0
commit eec16b843d

View File

@ -1,4 +1,4 @@
export OPENBALENA_API_VERSION_TAG=v0.105.0
export OPENBALENA_API_VERSION_TAG=v0.107.0
export OPENBALENA_DB_VERSION_TAG=v4.1.0
export OPENBALENA_MDNS_PUBLISHER_VERSION_TAG=v1.7.9
export OPENBALENA_REGISTRY_VERSION_TAG=v2.13.11