Skip to content

Commit b252167

Browse files
authored
feat: update the python runner to 0.6.1 (#140)
* feat: update the python runner to 0.6.1 * re-run formatter
1 parent 18c2617 commit b252167

File tree

172 files changed

+6
-2
lines changed

Some content is hidden

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

172 files changed

+6
-2
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ vars:
99
GOIMPORTS_VERSION: v0.29.0
1010
DPRINT_VERSION: 0.48.0
1111
EXAMPLE_VERSION: "0.6.0"
12-
RUNNER_VERSION: "0.6.0"
12+
RUNNER_VERSION: "0.6.1"
1313
VERSION: # if version is not passed we hack the semver by encoding the commit as pre-release
1414
sh: echo "${VERSION:-0.0.0-$(git rev-parse --short HEAD)}"
1515

0 commit comments

Comments
 (0)