You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by nk...@apache.org on 2019/04/23 03:59:45 UTC

[pulsar-client-node] 06/20: set new version

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

nkurihar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git

commit 987578e694fceb6788f74224f90b6b8662a61f7a
Author: yfuruta <yf...@yahoo-corp.jp>
AuthorDate: Tue Mar 12 14:44:20 2019 +0900

    set new version
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index cda8e3c..2455ce6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "2.3.0",
+  "version": "2.4.0-SNAPSHOT",
   "description": "Pulsar Node.js client",
   "main": "index.js",
   "directories": {