Skip to content

Commit f1ea13e

Browse files
Release 1.16.1 (#284)
1 parent 9807a75 commit f1ea13e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ inputs:
101101
required: false
102102
runs:
103103
using: docker
104-
image: docker://ghcr.io/juliaregistries/tagbot:1.16.0
104+
image: docker://ghcr.io/juliaregistries/tagbot:1.16.1
105105
branding:
106106
icon: tag
107107
color: red

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tagbot"
3-
version = "1.16.0"
3+
version = "1.16.1"
44
description = "Creates tags, releases, and changelogs for your Julia packages when they're registered"
55
authors = ["Chris de Graaf <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)