Skip to content

Commit d9e2cd4

Browse files
authored
Merge pull request #556 from mono/anmeng-5.8.3
bump to 5.8.3
2 parents 3bea0de + 7e1fce3 commit d9e2cd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mdoc/Consts.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace Mono.Documentation
33
{
44
public static class Consts
55
{
6-
public static string MonoVersion = "5.8.2";
6+
public static string MonoVersion = "5.8.3";
77
public const string DocId = "DocId";
88
public const string CppCli = "C++ CLI";
99
public const string CppCx = "C++ CX";

mdoc/mdoc.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>mdoc</id>
5-
<version>5.8.2</version>
5+
<version>5.8.3</version>
66
<title>mdoc</title>
77
<authors>Microsoft</authors>
88
<owners>Microsoft</owners>

0 commit comments

Comments
 (0)