Skip to content

Commit

Permalink
Release v3.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed Mar 13, 2024
1 parent eabcd06 commit e41215d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -5,7 +5,7 @@
<h1 align="center"><b>Design First!</b></h1>
<p align="center">
<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>
<a href="https://pkg.go.dev/goa.design/goa/v3@v3.15.1/dsl?tab=doc"><img alt="Go Doc" src="https://img.shields.io/badge/godoc-reference-blue.svg?style=for-the-badge"></a>
<a href="https://pkg.go.dev/goa.design/goa/v3@v3.15.2/dsl?tab=doc"><img alt="Go Doc" src="https://img.shields.io/badge/godoc-reference-blue.svg?style=for-the-badge"></a>
<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>
<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>
<a href="/LICENSE"><img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge"></a>
Expand Down Expand Up @@ -118,7 +118,7 @@ invoking the client code.
go install goa.design/goa/v3/cmd/goa@v3
```

Current Release: `v3.15.1`
Current Release: `v3.15.2`

# Getting Started

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

The [DSL Go Doc](https://pkg.go.dev/goa.design/goa/v3@v3.15.1/dsl?tab=doc)
The [DSL Go Doc](https://pkg.go.dev/goa.design/goa/v3@v3.15.2/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
Expand Up @@ -12,7 +12,7 @@ const (
// Minor version number
Minor = 15
// Build number
Build = 1
Build = 2
// Suffix - set to empty string in release tag commits.
Suffix = ""
)
Expand Down

0 comments on commit e41215d

Please sign in to comment.