Skip to content

Commit

Permalink
chore(version): release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturMoczulski committed May 3, 2019
1 parent eb75d94 commit 889501d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Payload/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class Notifier implements \Serializable
{
const NAME = "rollbar-php";
const VERSION = "1.7.5";
const VERSION = "1.8.0";

public static function defaultNotifier()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/NotifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ public function testEncode()
{
$notifier = Notifier::defaultNotifier();
$encoded = json_encode($notifier->serialize());
$this->assertEquals('{"name":"rollbar-php","version":"1.7.5"}', $encoded);
$this->assertEquals('{"name":"rollbar-php","version":"1.8.0"}', $encoded);
}
}

0 comments on commit 889501d

Please sign in to comment.