Skip to content

Commit

Permalink
Update UI Server
Browse files Browse the repository at this point in the history
  • Loading branch information
temporal-data committed Mar 8, 2023
1 parent 71bde8f commit b111f7c
Show file tree
Hide file tree
Showing 4 changed files with 1,133 additions and 1,133 deletions.
2 changes: 1 addition & 1 deletion server/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ const (
clientNameHeaderName = "client-name"
clientNameHeaderValue = "temporal-ui"
clientVersionHeaderName = "client-version"
UIVersion = "2.11.0"
UIVersion = "2.11.1"
)
2 changes: 1 addition & 1 deletion ui/assets/_app/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1678212130517"}
{"version":"1678284442200"}
2 changes: 1 addition & 1 deletion ui/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
env: {},
paths: {"base":"","assets":""},
target: document.querySelector('[data-sveltekit-hydrate="45h"]').parentNode,
version: "1678212130517"
version: "1678284442200"
});
</script></div>
</body>
Expand Down
Loading

0 comments on commit b111f7c

Please sign in to comment.