Skip to content

Commit

Permalink
Update julia version in example
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavMacha committed Sep 17, 2024
1 parent 5977f8c commit f04a87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/lecture_06_07/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The cool thing about Julia is the simplicity of creating packages and sharing th
We first generate an empty package `PackageName` by the built-in function `generate` in the Pkg REPL.

```julia
(@v1.7) pkg> generate PackageName
(@v1.10) pkg> generate PackageName
Generating project PackageName:
PackageName/Project.toml
PackageName/src/PackageName.jl
Expand Down

0 comments on commit f04a87e

Please sign in to comment.