Skip to content

Commit a3b0373

Browse files
committed
Merge branch 'hotfix/2.5.4'
2 parents 9a99693 + dd77963 commit a3b0373

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## 2.5.4
3+
### Bugfixes
4+
5+
* Fix typo in documentation
6+
27
## 2.5.3
38
### Bugfixes
49

CONTRIBUTORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Contributors
22
============
33

4-
These people have contributed to dibble's design and implementation:
4+
These people have contributed to goptions's design and implementation:
55

66
* Andreas Krennmair <https://github.com/akrennmair>
77
* GDG Berlin Golang <https://gplus.to/gdgberlingolang>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Verbs:
5858
```
5959

6060
---
61-
Version 2.5.3
61+
Version 2.5.4

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.3"
68+
VERSION = "2.5.4"
6969
)
7070

7171
var (

0 commit comments

Comments
 (0)