Commit 3b83d28 1 parent 89fee72 commit 3b83d28 Copy full SHA for 3b83d28
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ unique design-first approach.
9
9
[ ![ Godoc] ( https://godoc.org/github.com/goadesign/goa?status.svg )] ( http://godoc.org/github.com/goadesign/goa )
10
10
[ ![ Slack] ( https://img.shields.io/badge/slack-gophers-orange.svg?style=flat )] ( https://gophers.slack.com/messages/goa/ )
11
11
12
+ __ v1.3.0 is out! Read the [ blog post] ( https://goa.design/blog/006-v_1_3_0/ ) .__
13
+
12
14
## Why goa?
13
15
14
16
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.
79
81
Releases are tagged with the corresponding version number. There is also a branch for each major
80
82
version (only ` v1 ` at the moment). The recommended practice is to vendor the stable branch.
81
83
82
- Current Release: ` v1.2.1 `
84
+ Current Release: ` v1.3.0 `
83
85
Stable Branch: ` v1 `
84
86
85
87
## Teaser
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ const (
10
10
// Major version number
11
11
Major = 1
12
12
// Minor version number
13
- Minor = 2
13
+ Minor = 3
14
14
// Build version number
15
- Build = 1
15
+ Build = 0
16
16
)
17
17
18
18
// String returns the complete version number.
You can’t perform that action at this time.
0 commit comments