You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/11/19 18:23:28 UTC

[couchdb-thrift-protocol] 16/19: version bump

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

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

commit 4bb007181d80f87928b193e816ad3ec17e22bc98
Author: Takeru Ohta <ph...@gmail.com>
AuthorDate: Thu Oct 19 22:56:24 2017 +0900

    version bump
---
 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 4414762..7fbf021 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.1"},
+              {vsn,"0.1.2"},
               {registered,[]},
               {applications,[kernel,stdlib]},
               {env,[]},