Skip to content

Commit f26db01

Browse files
committed
Bump patch version for new release
1 parent 364d043 commit f26db01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"name": "Zach Borboa"
1313
}
1414
],
15-
"version": "3.6.6",
15+
"version": "3.6.7",
1616
"require": {
1717
"php": ">=5.3",
1818
"ext-curl": "*"

src/Curl/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Curl
66
{
7-
const VERSION = '3.6.6';
7+
const VERSION = '3.6.7';
88
const DEFAULT_TIMEOUT = 30;
99

1010
public $curl;

0 commit comments

Comments
 (0)