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-06-21 00:20:51 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-06-21 00:20:51 +0300
commitd1d7173a9a37b4888f1359edfc84601d9e741c08 (patch)
tree48c617c4efabd6163769af9542777fa1c453c19e
parent67951e4836eb74dfc19ac987fad7d6a3dac04eda (diff)
version bump to 5.0.0.15preview-5.0.0.15
-rw-r--r--mdoc/Consts.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index afd3cda9..59f56168 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.14";
+ public static string MonoVersion = "5.0.0.15";
}
}