From 34ff3cccdbb2709317ae100de3f08242d374dd4e Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Tue, 25 Dec 2018 11:39:40 -0800 Subject: [PATCH] bump --- Makefile | 2 +- client/faktory.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ff1af74f..db4a0433 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME=faktory -VERSION=0.9.2 +VERSION=0.9.3 # 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 04a6598b..24c558fa 100644 --- a/client/faktory.go +++ b/client/faktory.go @@ -4,5 +4,5 @@ var ( Name = "Faktory" License = "GPLv3" Licensing = "Licensed under the GNU Public License 3.0" - Version = "0.9.2" + Version = "0.9.3" )