Skip to content

Commit

Permalink
Updating version to match package's. See #578'
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Oct 3, 2012
1 parent 17ff03e commit 264ff72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/bin/yeomaninsight.py
Expand Up @@ -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. 'qt': int((time.time() - recorded_at) * 1e3), # Queue Time. Delta (milliseconds) between now and when hit was recorded.
'dp': path, 'dp': path,
'an': 'Yeoman Insight', #settings.APP['title'], # Application Name. '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. 'z': time.time() # Cache bust. Probably don't need, but be safe. Should be last param.
} }


Expand Down

0 comments on commit 264ff72

Please sign in to comment.