Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit cb3bd5c

Browse files
committed
bump to v5.13.2
1 parent 6a3e924 commit cb3bd5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>5.13.1</Version>
4+
<Version>5.13.2</Version>
55
<Authors>ServiceStack</Authors>
66
<Company>ServiceStack, Inc.</Company>
77
<Copyright>&#169; 2008-2022 ServiceStack, Inc</Copyright>

src/ServiceStack.Text/Env.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ static Env()
116116

117117
public static string VersionString { get; set; }
118118

119-
public static decimal ServiceStackVersion = 5.131m;
119+
public static decimal ServiceStackVersion = 5.132m;
120120

121121
public static bool IsLinux { get; set; }
122122

tests/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>5.13.1</Version>
4+
<Version>5.13.2</Version>
55
<LangVersion>latest</LangVersion>
66
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
77
</PropertyGroup>

0 commit comments

Comments
 (0)