We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a99693 + dd77963 commit a3b0373Copy full SHA for a3b0373
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+## 2.5.4
3
+### Bugfixes
4
+
5
+* Fix typo in documentation
6
7
## 2.5.3
8
### Bugfixes
9
CONTRIBUTORS.md
@@ -1,7 +1,7 @@
Contributors
============
-These people have contributed to dibble's design and implementation:
+These people have contributed to goptions's design and implementation:
* Andreas Krennmair <https://github.com/akrennmair>
* GDG Berlin Golang <https://gplus.to/gdgberlingolang>
README.md
@@ -58,4 +58,4 @@ Verbs:
58
```
59
60
---
61
-Version 2.5.3
+Version 2.5.4
goptions.go
@@ -65,7 +65,7 @@ import (
65
)
66
67
const (
68
- VERSION = "2.5.3"
+ VERSION = "2.5.4"
69
70
71
var (
0 commit comments