Skip to content

Commit 7324b76

Browse files
committed
Bump version: 0.1.6 → 0.1.7
1 parent a4b236d commit 7324b76

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
[tool.bumpversion]
2-
current_version = "0.1.6"
2+
current_version = "0.1.7"
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.6-orange.svg)
1+
![Version](https://img.shields.io/badge/version-0.1.7-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 Webhook Server](https://github.com/devchain-network/cauldron/actions/workflows/build-push-cauldron-webhookserver.yml/badge.svg)](https://github.com/devchain-network/cauldron/actions/workflows/build-push-cauldron-webhookserver.yml)

internal/webhookserver/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.6
1+
0.1.7

0 commit comments

Comments
 (0)