Skip to content

Commit

Permalink
Release 2.1.0 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Korlotian committed Nov 23, 2020
1 parent 8b30d83 commit 55fa26b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Castle/Castle.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

abstract class Castle
{
const VERSION = '2.0.0';
const VERSION = '2.1.0';

const HEADER_COOKIE = 'Cookie';
const HEADER_USER_AGENT = 'User-Agent';
Expand Down
2 changes: 1 addition & 1 deletion test/RequestContextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function contextProvider() {
}

public function contextJsonProvider() {
return array(array('{"client_id":"1ccf8dee-904b-4d20-8a88-55ded468bcc5","ip":"8.8.8.8","headers":{"User-Agent":"TestAgent","X-Castle-Client-Id":"1ccf8dee-904b-4d20-8a88-55ded468bcc5"},"user_agent":"TestAgent","library":{"name":"castle-php","version":"2.0.0"}}'));
return array(array('{"client_id":"1ccf8dee-904b-4d20-8a88-55ded468bcc5","ip":"8.8.8.8","headers":{"User-Agent":"TestAgent","X-Castle-Client-Id":"1ccf8dee-904b-4d20-8a88-55ded468bcc5"},"user_agent":"TestAgent","library":{"name":"castle-php","version":"2.1.0"}}'));
}

/**
Expand Down

0 comments on commit 55fa26b

Please sign in to comment.