Skip to content

Commit 3b83d28

Browse files
committed
release v1.3.0
1 parent 89fee72 commit 3b83d28

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ unique design-first approach.
99
[![Godoc](https://godoc.org/github.com/goadesign/goa?status.svg)](http://godoc.org/github.com/goadesign/goa)
1010
[![Slack](https://img.shields.io/badge/slack-gophers-orange.svg?style=flat)](https://gophers.slack.com/messages/goa/)
1111

12+
__v1.3.0 is out! Read the [blog post](https://goa.design/blog/006-v_1_3_0/).__
13+
1214
## Why goa?
1315

1416
goa takes a different approach to building micro-services. Instead of focusing
@@ -79,7 +81,7 @@ versions with the same `X` component without having to make changes.
7981
Releases are tagged with the corresponding version number. There is also a branch for each major
8082
version (only `v1` at the moment). The recommended practice is to vendor the stable branch.
8183

82-
Current Release: `v1.2.1`
84+
Current Release: `v1.3.0`
8385
Stable Branch: `v1`
8486

8587
## Teaser

version/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ const (
1010
// Major version number
1111
Major = 1
1212
// Minor version number
13-
Minor = 2
13+
Minor = 3
1414
// Build version number
15-
Build = 1
15+
Build = 0
1616
)
1717

1818
// String returns the complete version number.

0 commit comments

Comments
 (0)