From 8c46aa8df5813daeb7c38a07a52c8ddb58cd89ed Mon Sep 17 00:00:00 2001
From: Cyrille Nofficial <cynoffic@cyrilix.fr>
Date: Sun, 21 Feb 2016 15:37:48 +0100
Subject: [PATCH] Upgrade to 6.0

---
 Dockerfile | 2 +-
 README.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 5547ba1..3136c17 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM tomcat:8-jre8
 MAINTAINER Cyrille Nofficial<cynoffic@cyrilix.fr>
 
-ENV SUBSONIC_VERSION 5.3
+ENV SUBSONIC_VERSION 6.0.beta1
 
 LABEL version="$SUBSONIC_VERSION"
 LABEL description="Subsonic media streamer"
diff --git a/README.md b/README.md
index 3a22c04..d79c638 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Docker (http://docker.io) image for the Subsonic media streamer.
 
 ## Noteworthy
 
-* Subsonic 5.3 (http://www.subsonic.org)
+* Subsonic 6.0.beta1 (http://www.subsonic.org)
 
 ## Build your own image