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-15 00:42:28 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-03-15 00:42:28 +0300
commit995e3bbac22f2322d8a5e45503cfdde2308359ef (patch)
tree9766e7869749d29183e2be3c253bd377743ee987
parent1c142b7fc3b144c9596d8797dd15576c8fd8bbf5 (diff)
version bump to 5.0.0.8preview-5.0.0.8
-rw-r--r--mdoc/Consts.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index d1219495..a66f0ff1 100644
--- a/mdoc/Consts.cs
+++ b/mdoc/Consts.cs
@@ -4,6 +4,6 @@ namespace Mono.Documentation
public static class Consts
{
// this is only a placeholder
- public static string MonoVersion = "5.0.0.7";
+ public static string MonoVersion = "5.0.0.8";
}
}