Bump to version 3.13.0 (#7000)

This commit is contained in:
Philippe Martin
2023-07-24 10:52:16 +02:00
committed by GitHub
parent 79f3685dfe
commit 0d1cf6e365
23 changed files with 23 additions and 23 deletions

View File

@@ -16,7 +16,7 @@ LABEL com.redhat.component=atomic-openshift-odo-cli-artifacts-container \
summary="This image contains the Linux, Mac and Windows version of odo"
# Change version as needed. Note no "-" is allowed
LABEL version=3.12.0
LABEL version=3.13.0
COPY --from=builder /go/src/github.com/redhat-developer/odo/dist/bin/darwin-amd64/odo /usr/share/redhat-developer/odo/mac/odo
COPY --from=builder /go/src/github.com/redhat-developer/odo/dist/bin/windows-amd64/odo.exe /usr/share/redhat-developer/odo/windows/odo.exe