From 264ff7297a8cf441dd9b41072c3cbda3eba299b3 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Wed, 3 Oct 2012 10:04:12 -0700 Subject: [PATCH] Updating version to match package's. See #578' --- cli/bin/yeomaninsight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/bin/yeomaninsight.py b/cli/bin/yeomaninsight.py index f5b6c297..01cb8a82 100755 --- a/cli/bin/yeomaninsight.py +++ b/cli/bin/yeomaninsight.py @@ -114,7 +114,7 @@ def _send(self, path='/', recorded_at=None): 'qt': int((time.time() - recorded_at) * 1e3), # Queue Time. Delta (milliseconds) between now and when hit was recorded. 'dp': path, 'an': 'Yeoman Insight', #settings.APP['title'], # Application Name. - 'av': '0.0.1', #settings.APP['version'], # Application Version. + 'av': '0.9.3', #settings.APP['version'], # Application Version. 'z': time.time() # Cache bust. Probably don't need, but be safe. Should be last param. }