From 7ab22faa4ae8752d015437cac7c68f0126b9ac07 Mon Sep 17 00:00:00 2001 From: Mike Fridman Date: Wed, 13 Mar 2024 13:44:13 -0400 Subject: [PATCH] Release v0.1.0 --- internal/protoschema/protoschema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/protoschema/protoschema.go b/internal/protoschema/protoschema.go index c8660e6..fa8aa5d 100644 --- a/internal/protoschema/protoschema.go +++ b/internal/protoschema/protoschema.go @@ -16,5 +16,5 @@ package protoschema const ( // Version is the current version of protoschema which is shared by all plugins. - Version = "0.0.1-dev" + Version = "0.1.0" )