Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2017-09-01 23:44:17 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-09-01 23:44:17 +0300
commit67d8cbd5ce4276d6e5d89af3996b19f76ba47c13 (patch)
treebb55335d2f9522a41c8abe3a8880ccacb33853d9
parent343a519bd7d65e40cd8b749019dddc43ae33c11a (diff)
bump to 5.0.0.22preview-5.0.0.22
-rw-r--r--mdoc/Consts.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index 765b1dec..2a014973 100644
--- a/mdoc/Consts.cs
+++ b/mdoc/Consts.cs
@@ -3,6 +3,6 @@ namespace Mono.Documentation
{
public static class Consts
{
- public static string MonoVersion = "5.0.0.21";
+ public static string MonoVersion = "5.0.0.22";
}
}