From e60fb63599c88c403e559467d88c2946557534c8 Mon Sep 17 00:00:00 2001 From: jamiepollock Date: Fri, 9 Oct 2020 10:18:35 -0500 Subject: [PATCH] Version incremented to 3.3.6. --- src/formulate.meta/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/formulate.meta/Constants.cs b/src/formulate.meta/Constants.cs index ccf90003..e8b18d5f 100644 --- a/src/formulate.meta/Constants.cs +++ b/src/formulate.meta/Constants.cs @@ -17,7 +17,7 @@ public class Constants /// Do not reformat this code. A grunt task reads this /// version number with a regular expression. /// - public const string Version = "3.3.5"; + public const string Version = "3.3.6"; ///