From b9b897df4ad203503481470679838306f6176089 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Mon, 17 Jun 2024 09:57:33 -0700 Subject: [PATCH] bump --- Makefile | 2 +- client/faktory.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7c14845..c173eee 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME=faktory -VERSION=1.9.0 +VERSION=1.9.1 # when fixing packaging bugs but not changing the binary, we increment ITERATION ITERATION=1 diff --git a/client/faktory.go b/client/faktory.go index 4a2d49a..b2a5892 100644 --- a/client/faktory.go +++ b/client/faktory.go @@ -2,7 +2,7 @@ package client var ( Name = "Faktory" - Version = "1.9.0" + Version = "1.9.1" ) // Structs for parsing the INFO response