Skip to content

Commit 3138249

Browse files
committed
Revert "Bump version for next tag release"; Sorry, got a little excited
This reverts commit 80328ae.
1 parent e0a5fe1 commit 3138249

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://img.shields.io/travis/facebook/php-graph-sdk/5.x.svg)](https://travis-ci.org/facebook/php-graph-sdk)
44
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/facebook/facebook-php-sdk-v4/badges/quality-score.png?b=5.x)](https://scrutinizer-ci.com/g/facebook/facebook-php-sdk-v4/?branch=5.x)
5-
[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-5.7.0-blue.svg)](https://packagist.org/packages/facebook/graph-sdk)
5+
[![Latest Stable Version](http://img.shields.io/badge/Latest%20Stable-5.6.3-blue.svg)](https://packagist.org/packages/facebook/graph-sdk)
66

77
This repository contains the open source PHP SDK that allows you to access the Facebook Platform from your PHP app.
88

src/Facebook/Facebook.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Facebook
5353
/**
5454
* @const string Version number of the Facebook PHP SDK.
5555
*/
56-
const VERSION = '5.7.0';
56+
const VERSION = '5.6.3';
5757

5858
/**
5959
* @const string Default Graph API version for requests.

0 commit comments

Comments
 (0)