Skip to content

Commit 9d90506

Browse files
authored
fix: bump python runner to 0.4.1 (#656)
1 parent ac684ef commit 9d90506

File tree

140 files changed

+12
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+12
-12
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ vars:
1111
GOLANGCI_LINT_VERSION: v2.4.0
1212
GOIMPORTS_VERSION: v0.29.0
1313
DPRINT_VERSION: 0.48.0
14-
EXAMPLE_VERSION: "0.4.0"
15-
RUNNER_VERSION: "0.4.0"
14+
EXAMPLE_VERSION: "0.4.1"
15+
RUNNER_VERSION: "0.4.1"
1616
VERSION: # if version is not passed we hack the semver by encoding the commit as pre-release
1717
sh: echo "${VERSION:-0.0.0-$(git rev-parse --short HEAD)}"
1818

0 commit comments

Comments
 (0)