From e5df483dcab336f1c49b279c64dbf874e9e8701a Mon Sep 17 00:00:00 2001 From: Quinn Klassen Date: Thu, 9 Jul 2026 09:50:53 -0700 Subject: [PATCH] Update SANO dev server --- nexus-standalone-operations/README.md | 2 +- .../src/mocha/nexus-standalone-operations.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', }, }, });