From e87b1d51f602b261a26568b6418e2160ab0a3bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Th=C3=B6rnqvist?= Date: Tue, 13 Aug 2024 16:17:46 +0200 Subject: [PATCH] bump version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 65020be..8f412a9 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ProtobufGenerate.MixProject do use Mix.Project @source_url "https://github.com/drowzy/protobuf_generate" - @version "0.1.2" + @version "0.1.3" @description "Protobuf code generation as a mix task" def project do