Skip to content

Commit

Permalink
Use default caret specifier (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nosferican authored and fredrikekre committed Aug 20, 2019
1 parent e0eff01 commit 27fe97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/man/hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Markdown.parse("""
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
[compat]
Documenter = "~$(v.major).$(v.minor)"
Documenter = "$(v.major).$(v.minor)"
```
""")
````
Expand Down

0 comments on commit 27fe97c

Please sign in to comment.