Skip to content

Commit 26f0059

Browse files
authored
Merge pull request #3 from eudaimos/deps/controller-gen-to-0.4.1
chore(deps): updated controller-tools dep to 0.4.1
2 parents 45fccc7 + 0f9b40e commit 26f0059

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
bazel-*
2+
3+
build/tmp
386 KB
Binary file not shown.
374 KB
Binary file not shown.

scripts/build-controller-gen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
VERSION="0.3.0"
5+
VERSION="0.4.1"
66

77
ROOT=$(git rev-parse --show-toplevel)
88
DEST="$ROOT/controller-gen/bin"

0 commit comments

Comments
 (0)