From c40394e8a82d0dfe4fc0fb8dba06cec9155c4b35 Mon Sep 17 00:00:00 2001 From: Julian Strobl Date: Fri, 17 Nov 2023 11:04:10 +0100 Subject: [PATCH] [lib] Bump version to v0.1.2 Signed-off-by: Julian Strobl --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index aa8a003..05676d5 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/gorilla/mux v1.8.0 github.com/grpc-ecosystem/grpc-gateway v1.16.0 github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2 - github.com/planetmint/planetmint-go/lib v0.1.1 + github.com/planetmint/planetmint-go/lib v0.1.2 github.com/spf13/cast v1.5.0 github.com/spf13/cobra v1.6.1 github.com/spf13/pflag v1.0.5