Skip to content

Commit

Permalink
release v2.0.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
joladev committed Jul 26, 2019
1 parent 75506aa commit a30c2d8
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
Expand Up @@ -2,7 +2,7 @@

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

const HEADER_COOKIE = 'Cookie';
const HEADER_USER_AGENT = 'User-Agent';
Expand Down
2 changes: 1 addition & 1 deletion test/RequestContextTest.php
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":"1.7.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.0.0"}}'));
}

/**
Expand Down

0 comments on commit a30c2d8

Please sign in to comment.