Skip to content

Commit

Permalink
Merge pull request #29 from tomtom-international/0.3.14
Browse files Browse the repository at this point in the history
prerelase hotfix
  • Loading branch information
NevenVucinic-TomTom authored Jun 13, 2022
2 parents 014d8ba + d3d1bbb commit 76862b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.13
current_version = 0.3.14
commit = True
tag = False
message = Bump version: {current_version} → {new_version}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
VERSION: 0.3.13
VERSION: 0.3.14

jobs:
release:
Expand Down Expand Up @@ -49,5 +49,5 @@ jobs:
tag_name: ${{ env.VERSION }}
name: Release ${{ env.VERSION }}
draft: false
prerelease: true
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vault-assessment-prometheus-exporter"
version = "0.3.13"
version = "0.3.14"
description = "Prometheus exporter to monitor custom metadata for KV2 secrets for (self-imposed) expiration."
authors = ["Eugene Davis <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 76862b6

Please sign in to comment.