We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88f9eed + 2e0f02c commit 07aa517Copy full SHA for 07aa517
bump-version.sh
@@ -58,6 +58,7 @@ if [ -z $is_snap ]; then
58
sed -i "" "s/${old_doc}/${new}/" docs/public.properties
59
sed -i "" "s/${old_doc}/${new}/" docker/setup-steady.sh
60
sed -i "" "s/${old_doc}/${new}/" docker/start-steady.sh
61
+ sed -i "" "s/${old_doc}/${new}/" docker/.env.sample
62
fi
63
64
# Kubernetes doc files
docker/.env.sample
@@ -1,5 +1,5 @@
1
# Eclipse Steady
2
-VULAS_RELEASE=3.2.0
+VULAS_RELEASE=3.2.2
3
VULAS_ENV=prod
4
5
# *** MANDATORY SETTINGS ***
0 commit comments