fix: cli 0.3.7 (#35622)

This commit is contained in:
Hugues Pouillot
2025-07-25 13:53:06 +02:00
committed by GitHub
parent d90aa77859
commit 9ab750d608
2 changed files with 3 additions and 3 deletions

4
cli/Cargo.lock generated
View File

@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
version = 3
[[package]]
name = "addr2line"
@@ -1474,7 +1474,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "posthog-cli"
version = "0.3.6"
version = "0.3.7"
dependencies = [
"anyhow",
"clap",

View File

@@ -1,6 +1,6 @@
[package]
name = "posthog-cli"
version = "0.3.6"
version = "0.3.7"
authors = [
"David <david@posthog.com>",
"Olly <oliver@posthog.com>",