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

Commit 8df4588

Browse files
committed
bump to v5.13.0
1 parent 4a4ad4c commit 8df4588

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

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

src/ServiceStack.Text/Env.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ static Env()
115115

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

118-
public static decimal ServiceStackVersion = 5.121m;
118+
public static decimal ServiceStackVersion = 5.130m;
119119

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

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

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

0 commit comments

Comments
 (0)