Skip to content

Commit

Permalink
doc: update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramilito authored Jul 13, 2024
1 parent 94804f0 commit e968be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ We will loop over the projects files and run kubectl build, then pipe the output
### Installation
Download and extract the binary.
```
KUBEDIFF_VERSION=0.1.4 && \
KUBEDIFF_VERSION=0.1.5 && \
KUBEDIFF_OS=x86_64-unknown-linux-gnu && \
wget "https://github.com/Ramilito/kubediff/releases/download/${KUBEDIFF_VERSION}/kubediff_${KUBEDIFF_VERSION}_${KUBEDIFF_OS}.tar.gz" && \
mkdir -p $HOME/.kube/kubediff && tar zxpf kubediff_${KUBEDIFF_VERSION}_${KUBEDIFF_OS}.tar.gz -C $HOME/.kube/kubediff
Expand Down

0 comments on commit e968be3

Please sign in to comment.