We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c76e28 commit 2676652Copy full SHA for 2676652
3 files changed
HISTORY.md
@@ -1,4 +1,9 @@
1
2
+1.4.2 / 2016-07-11
3
+==================
4
+
5
+ * remove the extra -e from echo in makefile
6
7
1.4.1 / 2016-07-11
8
==================
9
composer.json
@@ -1,6 +1,6 @@
{
"name": "segmentio/analytics-php",
- "version": "1.4.1",
+ "version": "1.4.2",
"description": "Segment Analytics PHP Library",
"keywords": [
"analytics",
lib/Segment/Version.php
@@ -1,4 +1,4 @@
<?php
global $SEGMENT_VERSION;
-$SEGMENT_VERSION = "1.4.1";
+$SEGMENT_VERSION = "1.4.2";
?>
0 commit comments