File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
</p >
7
7
<p align =" center " >
8
8
<a href="https://github.com/goadesign/goa/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/goadesign/goa.svg?style=for-the-badge"></a>
9
- <a href="https://pkg.go.dev/goa.design/goa/[email protected] .0 /dsl?tab=doc"><img alt="Go Doc" src="https://img.shields.io/badge/godoc-reference-blue.svg?style=for-the-badge"></a>
9
+ <a href="https://pkg.go.dev/goa.design/goa/[email protected] .1 /dsl?tab=doc"><img alt="Go Doc" src="https://img.shields.io/badge/godoc-reference-blue.svg?style=for-the-badge"></a>
10
10
<a href="https://github.com/goadesign/goa/actions/workflows/ci.yml"><img alt="GitHub Action: Test" src="https://img.shields.io/github/actions/workflow/status/goadesign/goa/test.yml?branch=v3&style=for-the-badge"></a>
11
11
<a href="https://goreportcard.com/report/github.com/goadesign/goa"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/goadesign/goa?style=for-the-badge"></a>
12
12
<a href="/LICENSE"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge"></a>
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const (
12
12
// Minor version number
13
13
Minor = 21
14
14
// Build number
15
- Build = 0
15
+ Build = 1
16
16
// Suffix - set to empty string in release tag commits.
17
17
Suffix = ""
18
18
)
You can’t perform that action at this time.
0 commit comments