Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSim committed Aug 29, 2019
1 parent 1cbc4eb commit e6deed2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## master

## v2.4.1

- More verbose URL parsing errors;

## v2.4.0
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -10,7 +10,7 @@ import (
"time"
)

const version = "2.4.0"
const version = "2.4.1"

type ctxKey string

Expand Down

0 comments on commit e6deed2

Please sign in to comment.