Skip to content

Commit 5ff445f

Browse files
committed
Bump version: 6.2.2 → 6.2.3
1 parent 63d29f0 commit 5ff445f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.2
1+
6.2.3

bkmr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bkmr"
3-
version = "6.2.2"
3+
version = "6.2.3"
44
edition = "2021"
55
description = "A Unified CLI Tool for Bookmark, Snippet, and Knowledge Management"
66
repository = "https://github.com/sysid/bkmr"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bkmr"
3-
version = "6.2.2"
3+
version = "6.2.3"
44
description = "Super fast bookmark manager with semantic full text search'"
55
authors = [
66
{name = "sysid", email = "sysid@gmx.de"},
@@ -42,7 +42,7 @@ allow-direct-references = true
4242
packages = ["py"]
4343

4444
[tool.bumpversion]
45-
current_version = "6.2.2"
45+
current_version = "6.2.3"
4646
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
4747
serialize = ["{major}.{minor}.{patch}"]
4848
#search = "{current_version}"

0 commit comments

Comments
 (0)