From 72f111d1f4527d1940485f7d2f5f5c7d20663728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 29 Sep 2024 10:23:25 +0300 Subject: [PATCH] release: Update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53d1c2e..abceaef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -266,7 +266,7 @@ dependencies = [ [[package]] name = "lurk-cli" -version = "0.3.8" +version = "0.3.9" dependencies = [ "anyhow", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index cb0b037..0d18b42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lurk-cli" -version = "0.3.8" +version = "0.3.9" description = "lurk is a pretty (simple) alternative to strace." authors = ["Jakob Waibel ", "Yuri Astrakhan "] license = "MIT OR Apache-2.0"