Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
update: Kongo version
Browse files Browse the repository at this point in the history
After many changes related by field names and linter fixes, right
now it's very important to change the version following the
semantic versioning.
  • Loading branch information
faabiosr committed Jun 17, 2018
1 parent 5bddeb8 commit 4bbd977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kongo.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
version = "v0"
version = "v1"
userAgent = "kongo/" + version
mediaType = "application/json"
)
Expand Down

0 comments on commit 4bbd977

Please sign in to comment.