Skip to content

Commit

Permalink
Release v3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed Feb 18, 2024
1 parent 5b631ca commit d452dea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.14.6/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.0/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.14.6`
Current Release: `v3.15.0`

# 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.14.6/dsl?tab=doc)
The [DSL Go Doc](https://pkg.go.dev/goa.design/goa/v3@v3.15.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
Expand Up @@ -10,9 +10,9 @@ const (
// Major version number
Major = 3
// Minor version number
Minor = 14
Minor = 15
// Build number
Build = 6
Build = 0
// Suffix - set to empty string in release tag commits.
Suffix = ""
)
Expand Down

0 comments on commit d452dea

Please sign in to comment.