Skip to content

Commit

Permalink
Update set-version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot authored Jul 2, 2024
1 parent e2572d0 commit 75f7097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/virtual-kubelet/set-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cat << EOF > pkg/virtualkubelet/version.go
package virtualkubelet
var (
kubeletVersion = "$KUBELET_VERSION"
KubeletVersion = "$KUBELET_VERSION"
)
EOF
fi

0 comments on commit 75f7097

Please sign in to comment.