From b2bd3731d3c4c8ee68aeb379c924af15827e0b25 Mon Sep 17 00:00:00 2001 From: "Felix C. Morency" <1102868+fmorency@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:42:27 -0500 Subject: [PATCH] chore: alpha.20 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73607f0..4cd1251 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.19 +VERSION = v0.0.1-alpha.20 export GO111MODULE = on