From f09ff6e6dcc589b8505f276d0d279500a6ff25fd Mon Sep 17 00:00:00 2001 From: "Felix C. Morency" <1102868+fmorency@users.noreply.github.com> Date: Fri, 26 Apr 2024 09:00:51 -0400 Subject: [PATCH] chore: bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 321f917..9cf8716 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ DOCKER := $(shell which docker) LEDGER_ENABLED ?= true BINDIR ?= $(GOPATH)/bin BUILD_DIR = ./build -VERSION = v0.0.1-alpha.4 +VERSION = v0.0.1-alpha.5 export GO111MODULE = on