From 711fe04cfbf8a1a9e9655f0b7a77052b6a9b34fd Mon Sep 17 00:00:00 2001 From: Frank de Lange Date: Thu, 30 Jun 2022 22:10:09 +0000 Subject: [PATCH] Update version number in docker file, no further changes --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 60951bf..01899ce 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -15,6 +15,6 @@ LABEL description="Spodcast is a caching Spotify podcast to RSS proxy. \ Using Spodcast you can follow Spotify-hosted netcasts/podcasts using any \ player which supports RSS, thus enabling the use of older hardware which \ is not compatible with the Spotify (web) app." -LABEL version="0.3.5" +LABEL version="0.5.0" LABEL org.opencontainers.image.authors="Yetangitu and others"