diff --git a/scripts/update-version.sh b/scripts/update-version.sh index f1fe495c97..3d8b7fb6eb 100755 --- a/scripts/update-version.sh +++ b/scripts/update-version.sh @@ -8,7 +8,8 @@ eval DIFFERENT_JS_API=false eval projects=( "core" "content-services" - "process-services" ) + "process-services" + "insights" ) cd `dirname $0`