Skip to content

Commit

Permalink
3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marysieek committed Mar 15, 2021
1 parent a12a7d7 commit f5083dd
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.1.0';
const VERSION = '3.0.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 @@ -23,7 +23,7 @@ public function contextProvider() {
}

public function contextJsonProvider() {
return array(array('{"library":{"name":"castle-php","version":"2.1.0"}}'));
return array(array('{"library":{"name":"castle-php","version":"3.0.0"}}'));
}

/**
Expand Down

0 comments on commit f5083dd

Please sign in to comment.