From 541cb7ff076005014fcde96edaf31fa30d024f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Tue, 24 Sep 2024 11:46:34 +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 2908f3e..52e32af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ dependencies = [ [[package]] name = "lurk-cli" -version = "0.3.7" +version = "0.3.8" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 8c874de..2fe2977 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lurk-cli" -version = "0.3.7" +version = "0.3.8" description = "lurk is a pretty (simple) alternative to strace." authors = ["Jakob Waibel ", "Yuri Astrakhan "] license = "MIT OR Apache-2.0"