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

jmjoy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-php.git


The following commit(s) were added to refs/heads/master by this push:
     new fb73faa  Startup 0.3.0 (#37)
fb73faa is described below

commit fb73faa9d15bb297e752a9166ee5448e24978983
Author: 何延龙 <hey.yanl...@gmail.com>
AuthorDate: Tue Nov 29 14:54:55 2022 +0800

    Startup 0.3.0 (#37)
---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 09018f4..a147dfc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1871,7 +1871,7 @@ dependencies = [
 
 [[package]]
 name = "skywalking-php"
-version = "0.2.0"
+version = "0.3.0-dev"
 dependencies = [
  "anyhow",
  "axum",
diff --git a/Cargo.toml b/Cargo.toml
index 44ca99a..95fa875 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ members = [
 
 [package]
 name = "skywalking-php"
-version = "0.2.0"
+version = "0.3.0-dev"
 authors = ["Apache Software Foundation", "jmjoy <jm...@apache.org>", "Yanlong 
He <heyanl...@apache.org>"]
 description = "Apache SkyWalking PHP Agent."
 edition = "2021"

Reply via email to