Skip to content

Commit 120ac1f

Browse files
committed
prepare release
1 parent 96baffa commit 120ac1f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
1.6.1
5+
-----
6+
7+
* Fix Version::VERSION constant
8+
49
1.6.0
510
-----
611

lib/Doctrine/ODM/PHPCR/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ class Version
2727
/**
2828
* Current version of PHPCR ODM
2929
*/
30-
const VERSION = '1.5.3';
30+
const VERSION = '1.6.1';
3131
}

0 commit comments

Comments
 (0)