From 3c084211c20c2947bd3ac27c506fb72c829d9501 Mon Sep 17 00:00:00 2001 From: tonzhan2 <140451394+tonzhan2@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:02:06 -0800 Subject: [PATCH] Update README.md (#74) * Update README.md * Update package.json --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93e3f7c..39ca91a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ![Build Status](https://img.shields.io/github/actions/workflow/status/signalfx/o11y-dem-cli/main.yaml?branch=main&style=for-the-badge) ![GDI Specification](https://img.shields.io/badge/GDI-1.7.0-blueviolet?style=for-the-badge) +* This tool is still under development, so the readme and source code are not yet complete # O11Y DEM CLI diff --git a/package.json b/package.json index 992104b..2f89c5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "o11y-dem-cli", - "version": "1.0.0", + "version": "0.0.0", "description": "Tools for handling symbol and mapping files for symbolication", "main": "./dist/index.js", "scripts": {