Skip to content

Commit 080737e

Browse files
committed
update to release 9.8
1 parent 6217a40 commit 080737e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ proto:
2525
ifndef DOCKER_PROTO
2626
$(error Do not run directly. Run 'make docker-proto' instead.)
2727
endif
28-
curl https://raw.githubusercontent.com/libopenstorage/openstorage/release-9.5/api/api.proto \
28+
curl https://raw.githubusercontent.com/libopenstorage/openstorage/release-9.8/api/api.proto \
2929
--output api.proto --silent
3030

3131
@echo "Generating protobuf definitions from api.proto"

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ create() {
2626
fi
2727
}
2828

29-
create "release-9.5"
29+
create "release-9.8"
3030

0 commit comments

Comments
 (0)