Skip to content

Commit

Permalink
Merge pull request #112 from segmentio/fix-version
Browse files Browse the repository at this point in the history
Fix version string.
  • Loading branch information
f2prateek authored Oct 25, 2017
2 parents 7696ff6 + 9ff8378 commit 448f9fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ private AnalyticsVersion() {
}

static String get() {
return "analytics/${project.version}";
return "${project.version}";
}
}

0 comments on commit 448f9fe

Please sign in to comment.