Skip to content

Commit a275c95

Browse files
committed
Bump version: 0.1.5 → 0.1.6
1 parent 7ace870 commit a275c95

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.5
2+
current_version = 0.1.6
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

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 = "bump2version"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55
description = "⬆️ Easily manage version numbers in your projects."
66
license = "MIT"

0 commit comments

Comments
 (0)