diff --git a/src/Version.php b/src/Version.php index 9a59634..ec61270 100644 --- a/src/Version.php +++ b/src/Version.php @@ -33,6 +33,6 @@ class Version { /** * TYPE */ - const TYPE = "development"; + const TYPE = "production"; -} \ No newline at end of file +}