Skip to content

Commit 07aa517

Browse files
authored
Merge pull request #525 from eclipse/fix-version-in-env
Change version in .env.sample and fix bump script
2 parents 88f9eed + 2e0f02c commit 07aa517

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bump-version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ if [ -z $is_snap ]; then
5858
sed -i "" "s/${old_doc}/${new}/" docs/public.properties
5959
sed -i "" "s/${old_doc}/${new}/" docker/setup-steady.sh
6060
sed -i "" "s/${old_doc}/${new}/" docker/start-steady.sh
61+
sed -i "" "s/${old_doc}/${new}/" docker/.env.sample
6162
fi
6263

6364
# Kubernetes doc files

docker/.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Eclipse Steady
2-
VULAS_RELEASE=3.2.0
2+
VULAS_RELEASE=3.2.2
33
VULAS_ENV=prod
44

55
# *** MANDATORY SETTINGS ***

0 commit comments

Comments
 (0)