Skip to content

Commit bb18ba6

Browse files
committed
Release v1.9.6
1 parent 12188dc commit bb18ba6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

DSL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
The code snippet below describes the entire syntax of the DSL. The complete
55
reference can be found in the `dsl`
6-
[package documentation](https://pkg.go.dev/goa.design/[email protected].5/dsl?tab=doc)
6+
[package documentation](https://pkg.go.dev/goa.design/[email protected].6/dsl?tab=doc)
77

88
```Go
99
// Design defines the architecture design containing the models and views.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@ in this repo.
212212

213213
### Using Model as a library
214214

215-
The [mdl](https://pkg.go.dev/goa.design/[email protected].5/mdl?tab=doc) package
216-
[RunDSL](https://pkg.go.dev/goa.design/[email protected].5/mdl?tab=doc#RunDSL)
215+
The [mdl](https://pkg.go.dev/goa.design/[email protected].6/mdl?tab=doc) package
216+
[RunDSL](https://pkg.go.dev/goa.design/[email protected].6/mdl?tab=doc#RunDSL)
217217
method runs the DSL and produces data structures that contain all the
218218
information needed to render the views it defines.
219219

220-
The [stz](https://pkg.go.dev/goa.design/[email protected].5/stz?tab=doc) package
221-
[RunDSL](https://pkg.go.dev/goa.design/[email protected].5/stz?tab=doc#RunDSL)
220+
The [stz](https://pkg.go.dev/goa.design/[email protected].6/stz?tab=doc) package
221+
[RunDSL](https://pkg.go.dev/goa.design/[email protected].6/stz?tab=doc#RunDSL)
222222
method runs the DSL and produces a data structure that can be serialized into
223223
JSON and uploaded to the [Structurizr service](https://structurizr.com).
224224

@@ -347,7 +347,7 @@ view that is scoped to a parent element.
347347
### Resources
348348

349349
The DSL package
350-
[documentation](https://pkg.go.dev/goa.design/[email protected].5/dsl?tab=doc) lists
350+
[documentation](https://pkg.go.dev/goa.design/[email protected].6/dsl?tab=doc) lists
351351
all the DSL keywords and their usage.
352352

353353
The file [DSL.md](https://github.com/goadesign/model/blob/master/DSL.md)

pkg/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const (
1010
// Minor version number
1111
Minor = 9
1212
// Build number
13-
Build = 5
13+
Build = 6
1414
// Suffix - set to empty string in release tag commits.
1515
Suffix = ""
1616
)

0 commit comments

Comments
 (0)