Skip to content

Commit

Permalink
Release v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed Jul 4, 2023
1 parent 6b17867 commit da7f936
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.12.0/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.12.1/dsl?tab=doc)
[![Go Report Card](https://goreportcard.com/badge/goadesign/goa)](https://goreportcard.com/report/goadesign/goa)
[![Slack](https://img.shields.io/badge/Goa-gray.svg?longCache=true&logo=slack&colorB=red)](https://gophers.slack.com/messages/goa)
[![Signup](https://img.shields.io/badge/Signup-gray.svg?longCache=true&logo=slack&colorB=red)](https://invite.slack.golangbridge.org/)
Expand Down Expand Up @@ -67,7 +67,7 @@ invoking the client code.
go install goa.design/goa/v3/cmd/goa@v3
```

Current Release: `v3.12.0`
Current Release: `v3.12.1`

## Teaser

Expand Down Expand Up @@ -333,7 +333,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.12.0/dsl?tab=doc)
The [![DSL GoDoc](https://img.shields.io/badge/godoc-DSL-blue)](https://pkg.go.dev/goa.design/goa/v3@v3.12.1/dsl?tab=doc)
contains a fully documented reference of all the DSL functions.

### Instrumentation and System Example
Expand Down
2 changes: 1 addition & 1 deletion pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
// Minor version number
Minor = 12
// Build number
Build = 0
Build = 1
// Suffix - set to empty string in release tag commits.
Suffix = ""
)
Expand Down

0 comments on commit da7f936

Please sign in to comment.