export function updatePollbotVersion()

in src/actions.js [106:110]


export function updatePollbotVersion(
  version: APIVersionData
): UpdatePollbotVersion {
  return { type: UPDATE_POLLBOT_VERSION, version };
}