From f9eea0240368180bf7e3c48f3553e7f5f6ac111d Mon Sep 17 00:00:00 2001 From: Joe Zuntz Date: Fri, 9 Aug 2024 13:47:15 +0100 Subject: [PATCH] bump version --- txpipe-dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txpipe-dev/Dockerfile b/txpipe-dev/Dockerfile index 7b654b2..0e89fbc 100644 --- a/txpipe-dev/Dockerfile +++ b/txpipe-dev/Dockerfile @@ -3,7 +3,7 @@ LABEL maintainer=joezuntz@googlemail.com # This is here so I can force a rebuild when changing # stuff in the TXPipe repo. -RUN echo Build version 10 +RUN echo Build version 11 # I thought this would carry over from the previous build # but apparently not. Might be a github actions thing.