Merge pull request #12000 from kalikiana/quoted-snap-version
tutorial: Surround the snap version in quotes
This commit is contained in:
commit
e8a57376f0
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ Let's look at an example:
|
|||
|
||||
```yaml
|
||||
name: myApp
|
||||
version: 2.0.0
|
||||
version: '2.0.0'
|
||||
summary: A little description for the app.
|
||||
description: |
|
||||
You know what? This app is amazing! It does all the things
|
||||
|
|
Loading…
Reference in a new issue