Currently, I am using Jenkins, fastlane and Hockey to do UITesting and deliver application to end users. I have set up in Jenkins to automatically upload ipa file to hockey.
I need to upload to hockey daily and I can run script for that. But how can I increase version every time when I upload to hockey?
Also, to be safe, I don't want to store that version number in local file or something. Instead, I want to retrieve version number from hockey and increase based on that number. Is there anyway to implement that one?