We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b520af commit 6e21a00Copy full SHA for 6e21a00
ChangeLog
@@ -1,4 +1,4 @@
1
-3.0.0-beta5 (2013-??-??)
+3.0.0-stable (2013-06-21)
2
* Fixed: includes.php file was still broken. Our tool to generate it had
3
some bugs.
4
lib/Sabre/VObject/Version.php
@@ -14,6 +14,6 @@ class Version {
14
/**
15
* Full version number
16
*/
17
- const VERSION = '3.0.0-beta5';
+ const VERSION = '3.0.0';
18
19
}
0 commit comments