From 51a328f28dd35d108ae5b24188d7424b15a6ea5a Mon Sep 17 00:00:00 2001 From: kylepollina Date: Tue, 22 Dec 2020 16:41:34 -0600 Subject: [PATCH] readme: update version to 0.2 in the REPL (#7481) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1604e1b582..2b23e1e941 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ v self ```bash $ v -V 0.1.x +V 0.2.x Use Ctrl-C or `exit` to exit >>> println('hello world')