From 550c6e26efe383cc0aee6fda8d478e0971c99bad Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Sat, 27 Nov 2021 22:00:16 +0300 Subject: [PATCH] [main] changed version --- src/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.go b/src/main.go index 146119d..e38f808 100644 --- a/src/main.go +++ b/src/main.go @@ -30,7 +30,7 @@ import ( ) var ( - VERSION string = "v2.1.2" + VERSION string = "v2.1.3" versionInformation string = fmt.Sprintf("ftu %s\n\nCopyright (C) 2021 Kasyanov Nikolay Alexeevich (Unbewohnte (https://unbewohnte.xyz/))\nThis program comes with ABSOLUTELY NO WARRANTY.\nThis is free software, and you are welcome to redistribute it under certain conditions; type \"ftu -l\" for details.\n", VERSION)