Update cps core version to 3.0.0
[cps/cps-temporal.git] / csit / plans / default / setup.sh
index 3385bc0..58be1c9 100755 (executable)
@@ -32,7 +32,7 @@ chmod +x docker-compose
 
 # Set environment variables for docker compose
 export CPS_TEMPORAL_DOCKER_REPO=
-export STABLE_CPS_CORE_VERSION=3.0.0-SNAPSHOT-20220303T233031Z
+export STABLE_CPS_CORE_VERSION=3.0.0
 # start CPS Temporal, cps-core, timescaledb, PostgresSQL and kafka containers with docker compose
 ./docker-compose up -d
 python3 --version