From 9d2cd1433c9fc5eebe3a484cab12635c995d9b5d Mon Sep 17 00:00:00 2001 From: Ian Rees Date: Mon, 29 Aug 2022 22:38:59 -0700 Subject: [PATCH] Bump release --- tl/tl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tl/tl.go b/tl/tl.go index 712ebd96..37c9e311 100644 --- a/tl/tl.go +++ b/tl/tl.go @@ -5,7 +5,7 @@ import ( ) // VERSION is the current software version. -var VERSION = "v0.11.0" +var VERSION = "v0.11.1" // GTFSVERSION is the commit for the spec reference.md file. var GTFSVERSION = "9d5ebf1277f83178ba041de208f200d2d00cf5e7"