Skip to content

Commit 44a76ab

Browse files
author
jmccormick2001
committed
update the default version number in the quickstart.sh script to 3.2.0
1 parent 3b53c09 commit 44a76ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quickstart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LOG="pgo-installer.log"
1717
if [[ "$CO_VERSION" != "" ]]; then
1818
echo "CO_VERSION is set to " $CO_VERSION
1919
else
20-
export CO_VERSION=3.2.0-rc5
20+
export CO_VERSION=3.2.0
2121
fi
2222
if [[ "$CO_NAMESPACE" != "" ]]; then
2323
echo "CO_NAMESPACE is set to " $CO_NAMESPACE

0 commit comments

Comments
 (0)