Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Updated version number for 4.0 #222

Merged
merged 1 commit into from
Sep 8, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Facebook SDK for PHP
====================

[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-4.0.10-blue.svg)](https://packagist.org/packages/facebook/php-sdk-v4)
[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-4.0.11-blue.svg)](https://packagist.org/packages/facebook/php-sdk-v4)


This repository contains the open source PHP SDK that allows you to access Facebook
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/FacebookRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class FacebookRequest
/**
* @const string Version number of the Facebook PHP SDK.
*/
const VERSION = '4.0.9';
const VERSION = '4.0.11';

/**
* @const string Default Graph API version for requests
Expand Down