const versionUtils = {
    getCurrentVersion: function getCurrentVersion() {
        return 24;
    }
};