Skip to content

Commit

Permalink
Release v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed Jan 24, 2023
1 parent 83e7da2 commit d3913dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

[![GoDev](https://img.shields.io/badge/go-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/goa.design/goa/v3@v3.10.3/dsl?tab=doc)
[![GoDev](https://img.shields.io/badge/go-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/goa.design/goa/v3@v3.11.0/dsl?tab=doc)
[![Foresight](https://api-public.service.runforesight.com/api/v1/badge/test?repoId=67defc2e-b3f8-4043-bac7-a4e215518ed3)](http://goa.app.runforesight.com/)
[![Go Report Card](https://goreportcard.com/badge/goadesign/goa)](https://goreportcard.com/report/goadesign/goa)
[![Slack](https://img.shields.io/badge/Slack-gray.svg?longCache=true&logo=slack&colorB=red)](https://gophers.slack.com/messages/goa)
Expand Down Expand Up @@ -86,7 +86,7 @@ invoking the client code.
go install goa.design/goa/v3/cmd/goa@v3
```

Current Release: `v3.10.3`
Current Release: `v3.11.0`

## Teaser

Expand Down Expand Up @@ -352,7 +352,7 @@ In particular the page
explains how to leverage the generated code to implement an HTTP or gRPC
service.

The [![DSL GoDoc](https://img.shields.io/badge/godoc-DSL-blue)](https://pkg.go.dev/goa.design/goa/v3@v3.10.3/dsl?tab=doc)
The [![DSL GoDoc](https://img.shields.io/badge/godoc-DSL-blue)](https://pkg.go.dev/goa.design/goa/v3@v3.11.0/dsl?tab=doc)
contains a fully documented reference of all the DSL functions.

### Instrumentation and System Example
Expand Down
4 changes: 2 additions & 2 deletions pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const (
// Major version number
Major = 3
// Minor version number
Minor = 10
Minor = 11
// Build number
Build = 3
Build = 0
// Suffix - set to empty string in release tag commits.
Suffix = ""
)
Expand Down

0 comments on commit d3913dd

Please sign in to comment.