From 89739b85c7fb3a8f3ea52dce5054058ffaa4c22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Sat, 27 Apr 2024 16:52:31 -0700 Subject: [PATCH] Update LFE version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5dc487..f565040 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ **`Lisp Flavoured Erlang (LFE)`** is one of many programming language tracks on [exercism(dot)org][exercism-website]. This repo holds all the instructions, tests, code, & support files for LFE exercises currently under development or implemented and available for students. -🌟 Track exercises and the test runner currently utilize LFE `2.1.1`. +🌟 Track exercises and the test runner currently utilize LFE `2.1.3`. Currently, all exercises are open-ended practice exercises, intended to practice concepts learned, try out new techniques, and most importantly play around with.