Skip to content

Commit

Permalink
Release v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed Oct 11, 2022
1 parent 1990054 commit d96229f
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 @@ -3,7 +3,7 @@
## Overview

[![Build Status](https://github.com/goadesign/goa/workflows/build/badge.svg?branch=v3&event=push)](https://github.com/goadesign/goa/actions?query=branch%3Av3+event%3Apush)
[![GoDev](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/goa.design/goa/v3@v3.9.1/dsl?tab=doc)
[![GoDev](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/goa.design/goa/v3@v3.10.0/dsl?tab=doc)
[![Go Report Card](https://goreportcard.com/badge/goadesign/goa)](https://goreportcard.com/report/goadesign/goa)
[![Slack](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=red)](https://gophers.slack.com/messages/goa)
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/goadesign.svg?style=social&label=Follow%20%40goadesign)](https://twitter.com/goadesign)
Expand Down Expand Up @@ -49,7 +49,7 @@ go install goa.design/goa/v3/cmd/goa@v3

>Note: Goa requires the use of Go modules.
Current Release: `v3.9.1`
Current Release: `v3.10.0`

## Teaser

Expand Down Expand Up @@ -315,7 +315,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.9.1/dsl?tab=doc)
The [![DSL GoDoc](https://img.shields.io/badge/godoc-DSL-blue)](https://pkg.go.dev/goa.design/goa/v3@v3.10.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 = 9
Minor = 10
// Build number
Build = 1
Build = 0
// Suffix - set to empty string in release tag commits.
Suffix = ""
)
Expand Down

0 comments on commit d96229f

Please sign in to comment.