export function setVersion()

in src/actions.js [45:47]


export function setVersion(product: Product, version: string): SetVersion {
  return { type: SET_VERSION, product, version };
}