From 13def2af95b8bdc92a2b0e15bf1fd4772aaa3200 Mon Sep 17 00:00:00 2001 From: Felix Obenhuber Date: Thu, 1 Aug 2024 09:21:54 +0200 Subject: [PATCH] chore: Release rogcat v0.4.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b9b9dc..c0be3a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1088,7 +1088,7 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" [[package]] name = "rogcat" -version = "0.4.7-pre" +version = "0.4.7" dependencies = [ "atty", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 08ca6f7..429d050 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ license = "MIT" name = "rogcat" readme = "README.md" repository = "https://github.com/flxo/rogcat" -version = "0.4.7-pre" +version = "0.4.7" edition = "2018" [lib]