From 40f4a9ede9ca7e4a159dc21df4a8b8efa4235286 Mon Sep 17 00:00:00 2001 From: Ian Rees Date: Tue, 10 Jan 2023 16:27:24 -0800 Subject: [PATCH] Bump version --- tl/tl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tl/tl.go b/tl/tl.go index 4dc1becc..64ba0d4a 100644 --- a/tl/tl.go +++ b/tl/tl.go @@ -5,7 +5,7 @@ import ( ) // VERSION is the current software version. -var VERSION = "v0.11.2" +var VERSION = "v0.12.0" // GTFSVERSION is the commit for the spec reference.md file. var GTFSVERSION = "f62ca848efa843fdf1e6f9856aaff50627c3ed69"