Flurry - Set app version

Flurry has a setting called setAppVersion to specify for what version of the app you are logging events. Is there any way we can set the app version in Corona?

Why not just create a string in your main.lua and use analytics.logEvent()?

http://docs.coronalabs.com/api/library/analytics/logEvent.html

I’m setting it as a param for now. 

Flurry interface has a specific version drop down that would be nice to utilize.  

Would also be good to use Flurry logError method.

Ahh I see.  Not too familiar with Flurry myself.

Why not just create a string in your main.lua and use analytics.logEvent()?

http://docs.coronalabs.com/api/library/analytics/logEvent.html

I’m setting it as a param for now. 

Flurry interface has a specific version drop down that would be nice to utilize.  

Would also be good to use Flurry logError method.

Ahh I see.  Not too familiar with Flurry myself.