1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Minor release version bump 1.40.0 (#1199)

This commit is contained in:
Thomas Rittson
2021-03-11 02:19:40 +10:00
committed by GitHub
parent 37c7dd713d
commit df7a035d9b
10 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<Version>1.39.4</Version>
<Version>1.40.0</Version>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>Bit.Api</RootNamespace>
<UserSecretsId>bitwarden-Api</UserSecretsId>