summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorDaan <daan@microsoft.com>2020-09-24 10:18:00 -0700
committerGitHub <noreply@github.com>2020-09-24 10:18:00 -0700
commiteb1e4817ef974f5629c4f32bf25f4464ba01e127 (patch)
tree57cfa3d1f97a925447e20e6b9e77d7701bdecedd /readme.md
parent6adb919085d9177cca7491cbb5ecec9dcb69c0a2 (diff)
Update readme.md
Fix version
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index accd09c..2821802 100644
--- a/readme.md
+++ b/readme.md
@@ -11,7 +11,7 @@ mimalloc (pronounced "me-malloc")
is a general purpose allocator with excellent [performance](#performance) characteristics.
Initially developed by Daan Leijen for the run-time systems of the
[Koka](https://github.com/koka-lang/koka) and [Lean](https://github.com/leanprover/lean) languages.
-Latest release:`v1.6.5` (2020-09-24).
+Latest release:`v1.6.6` (2020-09-24).
It is a drop-in replacement for `malloc` and can be used in other programs
without code changes, for example, on dynamically linked ELF-based systems (Linux, BSD, etc.) you can use it as: