From 82046d6a370fcdf91178e467a4514d73aacb04a9 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 2 Dec 2022 21:05:02 +0300 Subject: [PATCH] Fix V mod --- v.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v.mod b/v.mod index e46d30f..51f9ef9 100644 --- a/v.mod +++ b/v.mod @@ -1,7 +1,7 @@ Module { name: 'color' description: 'An easier way to print colored text to the terminal.' - version: '1.2.1 + version: '1.2.1' license: 'MIT' dependencies: [] }