Skip to content

Commit 817df83

Browse files
committed
Merge branch 'release/2.5.5'
2 parents a3b0373 + 6a09f44 commit 817df83

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Key targets were the support for both long and short flag versions, mutually
44
exclusive flags, and verbs. Flags and their corresponding variables are defined
55
by the tags in a (possibly anonymous) struct.
66

7+
![](https://circleci.com/gh/voxelbrain/goptions.png?circle-token=27cd98362d475cfa8c586565b659b2204733f25c)
8+
79
# Example
810

911
```Go
@@ -58,4 +60,4 @@ Verbs:
5860
```
5961

6062
---
61-
Version 2.5.4
63+
Version 2.5.5

circle.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
test:
2+
override:
3+
- go list -f "{{range .TestImports}}{{.}} {{end}}" . | xargs -r go get
4+
- go test

goptions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import (
6565
)
6666

6767
const (
68-
VERSION = "2.5.4"
68+
VERSION = "2.5.5"
6969
)
7070

7171
var (

0 commit comments

Comments
 (0)