From 003404b814dcb1986f986491cf9b492ab66e8444 Mon Sep 17 00:00:00 2001 From: Shahin Date: Fri, 7 Apr 2017 02:00:43 +0430 Subject: [PATCH] Fixed Version --- CacheSystem/Cache.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CacheSystem/Cache.cs b/CacheSystem/Cache.cs index b4c948d..41db6a2 100644 --- a/CacheSystem/Cache.cs +++ b/CacheSystem/Cache.cs @@ -13,7 +13,7 @@ public class CacheResponses } public class Cache { - public const string VERSION = "beta0.1"; + public const string VERSION = "beta-0.1"; private string BASE; private string FOLDER_NAME; public Exception LastExeption;