From 2ab4fcb857c8eb89c866880dcb8664e647dc62a6 Mon Sep 17 00:00:00 2001 From: "Felix C. Morency" <1102868+fmorency@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:05:00 -0400 Subject: [PATCH] chore: alpha.16 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa88fe0..91ccae0 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.15 +VERSION = v0.0.1-alpha.16 export GO111MODULE = on