You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/11/25 18:05:20 UTC

[pulsar-manager] branch master updated: Move version to 0.2.0 (#217)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1e2f657  Move version to 0.2.0 (#217)
1e2f657 is described below

commit 1e2f657ee3946cf558f1138457890d0056854c17
Author: tuteng <gu...@apache.org>
AuthorDate: Tue Nov 26 02:05:13 2019 +0800

    Move version to 0.2.0 (#217)
---
 VERSION                | 2 +-
 front-end/package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/VERSION b/VERSION
index 7bcd0e3..0ea3a94 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.0.2
\ No newline at end of file
+0.2.0
diff --git a/front-end/package.json b/front-end/package.json
index c00e732..8094bf1 100644
--- a/front-end/package.json
+++ b/front-end/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-manager",
-  "version": "0.0.2",
+  "version": "0.2.0",
   "description": "A tool for managing Apache Pulsar.",
   "author": "<eg...@gmail.com>",
   "license": "Apache License 2.0",