From 9cb5a61535dd78f027a50ebfcd45db679078b94e Mon Sep 17 00:00:00 2001 From: Ray Ozzie Date: Fri, 25 Mar 2016 14:21:31 -0400 Subject: [PATCH] Bump version # --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4eb31e5..3699b86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV INITSYSTEM on # Version number of gateway software. # (Incrementing this simply forces Docker to flush its cache # and thus forces a full rebuild. Not used outside of Dockerfile.) -ENV TTN_GATEWAY_SOFTWARE 45 +ENV TTN_GATEWAY_SOFTWARE 46 # Build the gateway COPY build.sh /tmp/build.sh