We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6217a40 commit 080737eCopy full SHA for 080737e
Makefile
@@ -25,7 +25,7 @@ proto:
25
ifndef DOCKER_PROTO
26
$(error Do not run directly. Run 'make docker-proto' instead.)
27
endif
28
- curl https://raw.githubusercontent.com/libopenstorage/openstorage/release-9.5/api/api.proto \
+ curl https://raw.githubusercontent.com/libopenstorage/openstorage/release-9.8/api/api.proto \
29
--output api.proto --silent
30
31
@echo "Generating protobuf definitions from api.proto"
update.sh
@@ -26,5 +26,5 @@ create() {
fi
}
-create "release-9.5"
+create "release-9.8"
0 commit comments