Skip to content

Commit 009f05c

Browse files
committed
Bump minor version
1 parent 70be5e4 commit 009f05c

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.4.5",
15+
"version": "3.5.5",
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.4.5';
7+
const VERSION = '3.5.5';
88
const DEFAULT_TIMEOUT = 30;
99

1010
public $curl;

0 commit comments

Comments
 (0)