From aa727689157a6969c553e4ea5c7b22887d669f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Drvo=C5=A1t=C4=9Bp?= Date: Thu, 4 Jan 2024 10:40:41 +0100 Subject: [PATCH] v1.0.15 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 34bea2f..6bad4e1 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["protobuf", "protoc"] license = "MIT" desc = "Julia protobuf implementation" authors = ["Tomáš Drvoštěp "] -version = "1.0.14" +version = "1.0.15" [deps] BufferedStreams = "e1450e63-4bb3-523b-b2a4-4ffa8c0fd77d"