We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aecfe6 commit 949d7eeCopy full SHA for 949d7ee
CHANGELOG.md
@@ -1,7 +1,7 @@
1
ChangeLog
2
=========
3
4
-4.0.0 (????-??-??)
+4.0.0 (2015-12-11)
5
------------------
6
7
* #274: When creating new vCards, the default vCard version is now 4.0.
lib/Version.php
@@ -14,6 +14,6 @@ class Version {
14
/**
15
* Full version number.
16
*/
17
- const VERSION = '4.0.0-beta1';
+ const VERSION = '4.0.0';
18
19
}
0 commit comments