From deff47db2c96b2d4f2adc8662db3e7e643c479bb Mon Sep 17 00:00:00 2001
From: SinTan1729 <sayantan.santra689@gmail.com>
Date: Sat, 10 Feb 2024 19:42:19 -0600
Subject: [PATCH] build: Bumped version number to 5.0.0

---
 actix/Cargo.lock | 2 +-
 actix/Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/actix/Cargo.lock b/actix/Cargo.lock
index db08121..097cd8c 100644
--- a/actix/Cargo.lock
+++ b/actix/Cargo.lock
@@ -455,7 +455,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 
 [[package]]
 name = "chhoto-url"
-version = "4.4.0"
+version = "5.0.0"
 dependencies = [
  "actix-files",
  "actix-session",
diff --git a/actix/Cargo.toml b/actix/Cargo.toml
index f340718..272498c 100644
--- a/actix/Cargo.toml
+++ b/actix/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "chhoto-url"
-version = "4.4.0"
+version = "5.0.0"
 edition = "2021"
 authors = ["Sayantan Santra <sayantan[dot]santra689[at]gmail[dot]com"]
 license = "mit"