Skip to content

Commit 00a4a92

Browse files
committed
Bump version: 0.1.4 → 0.1.5
1 parent d9a4c4d commit 00a4a92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.1.4"
2+
current_version = "0.1.5"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Version](https://img.shields.io/badge/version-0.1.4-orange.svg)
1+
![Version](https://img.shields.io/badge/version-0.1.5-orange.svg)
22
![Go](https://img.shields.io/github/go-mod/go-version/devchain-network/cauldron)
33
[![codecov](https://codecov.io/github/devchain-network/cauldron/graph/badge.svg?token=LAUHZBW12F)](https://codecov.io/github/devchain-network/cauldron)
44
[![Build and push Cauldron](https://github.com/devchain-network/cauldron/actions/workflows/build-push-cauldron.yml/badge.svg)](https://github.com/devchain-network/cauldron/actions/workflows/build-push-cauldron.yml)

internal/apiserver/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.4
1+
0.1.5

0 commit comments

Comments
 (0)