From 874cf1a1f2a70a2385144c531a7938d1511de360 Mon Sep 17 00:00:00 2001 From: Max Winterstein Date: Tue, 6 Jun 2023 09:30:41 +0200 Subject: [PATCH] [CUPS] Ensure version is a str --- cups/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cups/config.yaml b/cups/config.yaml index 7325d2e..5176d03 100644 --- a/cups/config.yaml +++ b/cups/config.yaml @@ -1,6 +1,6 @@ --- name: CUPS Print Server -version: 2.1 +version: "2.1.0" stage: experimental slug: cups image: ghcr.io/maxwinterstein/homeassistant-addon-cups-{arch}