Set package version to 3.0.x-dev

This commit is contained in:
Ben Ramsey
2014-07-28 13:03:11 -05:00
parent 0878935b71
commit 6af68ccfa1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.8.x-dev"
"dev-master": "3.0.x-dev"
}
}
}
+1 -1
View File
@@ -93,7 +93,7 @@ final class Uuid
/**
* Version of the Rhumsaa\Uuid package
*/
const VERSION = '2.8.x-dev';
const VERSION = '3.0.x-dev';
/**
* For testing, 64-bit system override; if true, treat the system as 32-bit