Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit e972969

Browse files
committed
Upgrading the v2 from dev to to stable
1 parent 1c3db64 commit e972969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["cache", "phpfastcache", "symfony", "php", "bundle"],
66
"homepage": "http://www.phpfastcache.com",
77
"license": "MIT",
8-
"minimum-stability": "dev",
8+
"minimum-stability": "stable",
99
"authors": [
1010
{
1111
"name": "Khoa Bui",

phpFastCacheBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
*/
2424
class phpFastCacheBundle extends Bundle
2525
{
26-
const VERSION = '2.0.0-rc1';
26+
const VERSION = '2.0.0';
2727
}

0 commit comments

Comments
 (0)