Skip to content

Commit a04c00a

Browse files
committed
Bump version
1 parent eeb6983 commit a04c00a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "letsearch"
3-
version = "0.1.13"
3+
version = "0.1.14"
44
edition = "2021"
55

66
[dependencies]

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use std::io::Write;
1313
#[derive(Parser, Debug)]
1414
#[command(
1515
name = "letsearch",
16-
version = "0.1.13",
16+
version = "0.1.14",
1717
author = "yusufsarigoz@gmail.com",
1818
about = "Single binary to embed, index, serve and search your documents",
1919
subcommand_required = true,

0 commit comments

Comments
 (0)