From 217438a913e7406848f92a8f742bf5c58bcf88bf Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Sat, 18 Jan 2020 13:37:22 +0900 Subject: [PATCH] v0.1.5 --- src/thrift_protocol.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thrift_protocol.app.src b/src/thrift_protocol.app.src index 114dd06..1c532b6 100644 --- a/src/thrift_protocol.app.src +++ b/src/thrift_protocol.app.src @@ -1,6 +1,6 @@ {application,thrift_protocol, [{description,"An Erlang implementation of Thrift protocol."}, - {vsn,"0.1.4"}, + {vsn,"0.1.5"}, {registered,[]}, {applications,[kernel,stdlib]}, {env,[]},