From a46cb29170306846ac338e8cea3c665e4f12851a Mon Sep 17 00:00:00 2001 From: "Felix C. Morency" <1102868+fmorency@users.noreply.github.com> Date: Thu, 20 Jun 2024 13:46:28 -0400 Subject: [PATCH] chore: v0.0.1-alpha.10 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de4bf88..bf74732 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.9 +VERSION = v0.0.1-alpha.10 export GO111MODULE = on