# Pastebin OeZVLYOb 🎳🎩 test-nothing $ grep version snap/snapcraft.yaml version: 0 🎳🎩 test-nothing $ snapcraft Issues while validating snapcraft.yaml: The 'version' property does not match the required schema: 0 is not a valid snap version string. Snap versions consist of upper- and lower-case alphanumeric characters, as well as periods, colons, plus signs, tildes, and hyphens. They cannot begin with a period, colon, plus sign, tilde, or hyphen. They cannot end with a period, colon, or hyphen. 🎳🎩 test-nothing $ sed -i "s/version: 0/version: '0'/" snap/snapcraft.yaml 🎳🎩 test-nothing $ snapcraft Issues while validating snapcraft.yaml: 'parts' is a required property