From a04c00ac2f6d117650cb026724d9c6bcea1e58f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Yusuf=20Sar=C4=B1g=C3=B6z?= Date: Mon, 9 Dec 2024 15:36:24 +0300 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bce7bf4..42d32f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1944,7 +1944,7 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "letsearch" -version = "0.1.13" +version = "0.1.14" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7def68a..3d5bbe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "letsearch" -version = "0.1.13" +version = "0.1.14" edition = "2021" [dependencies] diff --git a/src/main.rs b/src/main.rs index 02e23da..98c2eec 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,7 +13,7 @@ use std::io::Write; #[derive(Parser, Debug)] #[command( name = "letsearch", - version = "0.1.13", + version = "0.1.14", author = "yusufsarigoz@gmail.com", about = "Single binary to embed, index, serve and search your documents", subcommand_required = true,