@@ -146,7 +146,7 @@ under the current path. For example:
146146``` bash
147147mdl serve goa.design/model/examples/basic/model -dir gen
148148Watching: /home/raphael/go/src/goa.design/model/examples/basic/model
149- mdl v1.12 .0, editor started. Open http://localhost:8080 in your browser.
149+ mdl v1.13 .0, editor started. Open http://localhost:8080 in your browser.
150150```
151151
152152Modifying and saving the DSL while the editor is running causes it to
@@ -228,13 +228,13 @@ in this repo.
228228
229229### Using Model as a library
230230
231- The [ mdl] ( https://pkg.go.dev/goa.design/model@v1.12 .0/mdl?tab=doc ) package
232- [ RunDSL] ( https://pkg.go.dev/goa.design/model@v1.12 .0/mdl?tab=doc#RunDSL )
231+ The [ mdl] ( https://pkg.go.dev/goa.design/model@v1.13 .0/mdl?tab=doc ) package
232+ [ RunDSL] ( https://pkg.go.dev/goa.design/model@v1.13 .0/mdl?tab=doc#RunDSL )
233233method runs the DSL and produces data structures that contain all the
234234information needed to render the views it defines.
235235
236- The [ stz] ( https://pkg.go.dev/goa.design/model@v1.12 .0/stz?tab=doc ) package
237- [ RunDSL] ( https://pkg.go.dev/goa.design/model@v1.12 .0/stz?tab=doc#RunDSL )
236+ The [ stz] ( https://pkg.go.dev/goa.design/model@v1.13 .0/stz?tab=doc ) package
237+ [ RunDSL] ( https://pkg.go.dev/goa.design/model@v1.13 .0/stz?tab=doc#RunDSL )
238238method runs the DSL and produces a data structure that can be serialized into
239239JSON and uploaded to the [ Structurizr service] ( https://structurizr.com ) .
240240
@@ -363,7 +363,7 @@ view that is scoped to a parent element.
363363### Resources
364364
365365The DSL package
366- [ documentation] ( https://pkg.go.dev/goa.design/model@v1.12 .0/dsl?tab=doc ) lists
366+ [ documentation] ( https://pkg.go.dev/goa.design/model@v1.13 .0/dsl?tab=doc ) lists
367367all the DSL keywords and their usage.
368368
369369The file [ DSL.md] ( https://github.com/goadesign/model/blob/master/DSL.md )
0 commit comments