From 5c4910d41830b4477c08c570caab8b010d9ff71c Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Thu, 10 Mar 2022 23:04:15 +0400
Subject: [PATCH] Version bumped to 0.4.7.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index decd5b4..20aee94 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2391,7 +2391,7 @@ dependencies = [
 
 [[package]]
 name = "rustus"
-version = "0.4.6"
+version = "0.4.7"
 dependencies = [
  "actix-files",
  "actix-rt",
diff --git a/Cargo.toml b/Cargo.toml
index 4af3e82..e70ca65 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "rustus"
-version = "0.4.6"
+version = "0.4.7"
 edition = "2021"
 description = "TUS protocol implementation written in Rust."
 
-- 
GitLab