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-03-29 00:08:44 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-03-29 00:08:44 +0300
commit475143e2735159018d42ee32fc95708429e8c1fa (patch)
tree142d5a9ebcad47ff15229d35b86c197aed918c96
parent5edf024b893503165050378c2ed8792336afdbcd (diff)
version bump to 5.0.0.14preview-5.0.0.14
-rw-r--r--mdoc/Consts.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index 40b1990d..afd3cda9 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.13";
+ public static string MonoVersion = "5.0.0.14";
}
}