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-21 21:53:00 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-09-21 21:53:00 +0300
commit77b21995955715d2e1f8fa0ebcbb2fbee5aca51a (patch)
tree57e66e2005d5e702546531983712e91e0f835e82
parentdf2c1c92c286c3658cdee97a1c42a75ebccd5e12 (diff)
version bump 5.0.0.24preview-5.0.0.24
-rw-r--r--mdoc/Consts.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index eebed4e0..43f87e32 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.23";
+ public static string MonoVersion = "5.0.0.24";
}
}