Skip to content

Commit f5bdd6e

Browse files
committed
bump version to 3.11.4
1 parent 20c9b7c commit f5bdd6e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
* Update version
3+
*/
4+
UPDATE ref.[Version]
5+
SET [Version] = '3.11.4'
6+
GO

src/server/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>3.11.3</VersionPrefix>
3+
<VersionPrefix>3.11.4</VersionPrefix>
44
</PropertyGroup>
55
</Project>

src/ui-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-client",
3-
"version": "3.11.3",
3+
"version": "3.11.4",
44
"private": true,
55
"dependencies": {
66
"@types/d3-format": "^1.3.1",

0 commit comments

Comments
 (0)