Skip to content

Commit dc4e45f

Browse files
committed
Bump patch version
1 parent a6ba4cf commit dc4e45f

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
@@ -9,7 +9,7 @@
99
"name": "Zach Borboa"
1010
}
1111
],
12-
"version": "2.1.3",
12+
"version": "2.1.4",
1313
"require": {
1414
"php": ">=5.3",
1515
"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 = '2.1.3';
7+
const VERSION = '2.1.4';
88

99
private $cookies = array();
1010
private $headers = array();

0 commit comments

Comments
 (0)