Skip to content

Commit

Permalink
bump version to 3.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ndobb committed Nov 6, 2024
1 parent 20c9b7c commit f5bdd6e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/db/migration/3.11.3__3.11.4.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* Update version
*/
UPDATE ref.[Version]
SET [Version] = '3.11.4'
GO
2 changes: 1 addition & 1 deletion src/server/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<VersionPrefix>3.11.3</VersionPrefix>
<VersionPrefix>3.11.4</VersionPrefix>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/ui-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-client",
"version": "3.11.3",
"version": "3.11.4",
"private": true,
"dependencies": {
"@types/d3-format": "^1.3.1",
Expand Down

0 comments on commit f5bdd6e

Please sign in to comment.