You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2020/01/23 14:01:11 UTC

[couchdb-thrift-protocol] 07/07: v0.1.5

This is an automated email from the ASF dual-hosted git repository.

iilyak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-thrift-protocol.git

commit 217438a913e7406848f92a8f742bf5c58bcf88bf
Author: Takeru Ohta <ph...@gmail.com>
AuthorDate: Sat Jan 18 13:37:22 2020 +0900

    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,[]},