We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f5d9b commit dcbda47Copy full SHA for dcbda47
3 files changed
HISTORY.md
@@ -1,4 +1,9 @@
1
2
+1.2.7 / 2016-03-04
3
+==================
4
+
5
+ * adding global
6
7
1.2.6 / 2016-03-04
8
==================
9
composer.json
@@ -1,6 +1,6 @@
{
"name": "segmentio/analytics-php",
- "version": "1.2.6",
+ "version": "1.2.7",
"description": "Segment Analytics PHP Library",
"keywords": [
"analytics",
lib/Segment/Version.php
@@ -1 +1 @@
-<?php $SEGMENT_VERSION = "1.2.6"; ?>
+<?php $SEGMENT_VERSION = "1.2.7"; ?>
0 commit comments