Skip to content

Commit 006bec8

Browse files
chore: bump version to 2.47.2 (#3201)
Auto-generated version bump from 2.47.1 to 2.47.2 Specific version: 2.47.2 Changes included: - [`ae685333`](ae68533) Workflow pause updates (#3196) Co-authored-by: laurakwhit <15069288+laurakwhit@users.noreply.github.com>
1 parent ae68533 commit 006bec8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/ui",
3-
"version": "2.47.1",
3+
"version": "2.47.2",
44
"engines": {
55
"pnpm": ">=10.10.0",
66
"node": ">=22.14.0"

server/server/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ const (
2828
clientNameHeaderName = "client-name"
2929
clientNameHeaderValue = "temporal-ui"
3030
clientVersionHeaderName = "client-version"
31-
UIVersion = "2.47.1"
31+
UIVersion = "2.47.2"
3232
)

0 commit comments

Comments
 (0)