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-07-27 17:44:33 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-07-27 17:44:33 +0300
commit235f6a7827bde5babd48895b842fe07dc67e2b20 (patch)
tree1f7a547783aef89439f3717dd878dba4480370c1
parent8c4bc79cf38db570c40cf7fb0316f22f827e2778 (diff)
version bump to 5.0.0.19preview-5.0.0.19
-rw-r--r--mdoc/Consts.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index 2dc016bc..dcf28d41 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.18";
+ public static string MonoVersion = "5.0.0.19";
}
}