From 249541f2b9f23d74a06be28c0aaa1c3ce59eb64f Mon Sep 17 00:00:00 2001 From: Greg Haskins Date: Wed, 19 Oct 2022 14:38:16 -0400 Subject: [PATCH] Release v2.1.2 Changes since v2.1.1 -------------------- 4f1e75e Update deps Signed-off-by: Greg Haskins --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 180f130..09231ab 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject protoc-gen-clojure "2.1.2-SNAPSHOT" +(defproject protoc-gen-clojure "2.1.2" :description "Protobuf protoc compiler plugin to generate native Clojure support for Google Protocol Buffers and GRPC" :url "http://github.com/protojure/protoc-plugin" :license {:name "Apache License 2.0"