Skip to content

Commit d9247cb

Browse files
Bump the version number to 1.5.2
1 parent 2c60568 commit d9247cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Payload/Notifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class Notifier implements \Serializable
44
{
55
const NAME = "rollbar-php";
6-
const VERSION = "1.5.1";
6+
const VERSION = "1.5.2";
77

88
public static function defaultNotifier()
99
{

tests/NotifierTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ public function testEncode()
2929
{
3030
$notifier = Notifier::defaultNotifier();
3131
$encoded = json_encode($notifier->serialize());
32-
$this->assertEquals('{"name":"rollbar-php","version":"1.5.1"}', $encoded);
32+
$this->assertEquals('{"name":"rollbar-php","version":"1.5.2"}', $encoded);
3333
}
3434
}

0 commit comments

Comments
 (0)