From 1aab6669b52171ff6a1bef179e7864efdd8af452 Mon Sep 17 00:00:00 2001 From: Justin Neubert Date: Wed, 3 Dec 2025 17:37:37 +0100 Subject: [PATCH] Bump version to 2.0.0-beta.3 --- cmd/runner/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/runner/main.go b/cmd/runner/main.go index 2646bc1..acedd3d 100644 --- a/cmd/runner/main.go +++ b/cmd/runner/main.go @@ -23,7 +23,7 @@ import ( var ( log = logrus.New() - version = "2.0.0-beta.2" + version = "2.0.0-beta.3" configFile = kingpin.Flag("config", "Path to configuration file").Short('c').String() )