diff --git a/nexus-standalone-operations/README.md b/nexus-standalone-operations/README.md index cd2017af..ff78a09e 100644 --- a/nexus-standalone-operations/README.md +++ b/nexus-standalone-operations/README.md @@ -6,7 +6,7 @@ This sample demonstrates how to execute Nexus Operations directly from client co All APIs are experimental and may be subject to backwards-incompatible changes. -Standalone Nexus operations require a server version that supports this feature. Use the dev server build at https://github.com/temporalio/cli/releases/tag/v1.7.2-standalone-nexus-operations. +Standalone Nexus operations require a server version that supports this feature. Use the dev server build at https://github.com/temporalio/cli/releases/tag/v1.7.3-standalone-nexus-operations. ## Structure diff --git a/nexus-standalone-operations/src/mocha/nexus-standalone-operations.test.ts b/nexus-standalone-operations/src/mocha/nexus-standalone-operations.test.ts index 9697f86c..4bb7dcbe 100644 --- a/nexus-standalone-operations/src/mocha/nexus-standalone-operations.test.ts +++ b/nexus-standalone-operations/src/mocha/nexus-standalone-operations.test.ts @@ -23,7 +23,7 @@ describe('Nexus standalone operations', () => { ], executable: { type: 'cached-download', - version: 'v1.7.2-standalone-nexus-operations', + version: 'v1.7.3-standalone-nexus-operations', }, }, });