Skip to content

Commit c2b4f4c

Browse files
authored
Merge pull request php-curl-class#366 from zachborboa/master
Bump major version
2 parents 2223e73 + 63b06be commit c2b4f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Curl/Curl.php

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

66
class Curl
77
{
8-
const VERSION = '4.13.0';
8+
const VERSION = '5.0.0';
99
const DEFAULT_TIMEOUT = 30;
1010

1111
public static $RFC2616 = array(

0 commit comments

Comments
 (0)