From 9976da6d1e09313f397b2f45817ebb719ee70034 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Tue, 12 Jul 2016 21:45:45 +0200 Subject: [PATCH] Release v1.2rc3 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 308e545ef..0c7270527 100644 --- a/main.go +++ b/main.go @@ -28,7 +28,7 @@ import ( // It is also set by the linker when fabio // is built via the Makefile or the build/docker.sh // script to ensure the correct version nubmer -var version = "1.2rc2" +var version = "1.2rc3" func main() { cfg, err := config.Load()