From 5785a352dbb2b34e611227387af6fbfb5a3ed8f0 Mon Sep 17 00:00:00 2001 From: "Felix C. Morency" <1102868+fmorency@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:08:46 -0400 Subject: [PATCH] chore: prepare alpha.8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 50a755e..191755a 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.7 +VERSION = v0.0.1-alpha.8 export GO111MODULE = on