Skip to content

Commit 4f5fa06

Browse files
committed
Bump patch version
1 parent 502b6aa commit 4f5fa06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "Zach Borboa"
1010
}
1111
],
12-
"version": "3.4.3",
12+
"version": "3.4.4",
1313
"require": {
1414
"php": ">=5.3",
1515
"ext-curl": "*"

src/Curl/Curl.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

1010
public $curl;

0 commit comments

Comments
 (0)