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
path: root/mdoc
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2017-09-21 21:53:00 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-09-22 17:40:18 +0300
commitff03c7b41d441ebd7a5a73e5d02c8ca5c5590218 (patch)
tree57e66e2005d5e702546531983712e91e0f835e82 /mdoc
parentcc98ded2f88cc7475b3b5903c50850c9790551c5 (diff)
version bump 5.0.0.24
Diffstat (limited to 'mdoc')
-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";
}
}