diff --git a/system/config/system.yaml b/system/config/system.yaml index fc013c4d1..84c84133c 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -147,7 +147,7 @@ session: path: gpm: - releases: stable # Set to either 'stable' or 'testing' + releases: testing # Set to either 'stable' or 'testing' proxy_url: # Configure a manual proxy URL for GPM (eg 127.0.0.1:3128) method: 'auto' # Either 'curl', 'fopen' or 'auto'. 'auto' will try fopen first and if not available cURL verify_peer: true # Sometimes on some systems (Windows most commonly) GPM is unable to connect because the SSL certificate cannot be verified. Disabling this setting might help. diff --git a/system/defines.php b/system/defines.php index e73fb45bf..7c3039f5d 100644 --- a/system/defines.php +++ b/system/defines.php @@ -8,7 +8,7 @@ // Some standard defines define('GRAV', true); -define('GRAV_VERSION', '1.6.0-beta.1'); +define('GRAV_VERSION', '1.6.0-beta.2'); define('GRAV_TESTING', true); define('DS', '/');