Skip to content

Commit

Permalink
Add module file
Browse files Browse the repository at this point in the history
  • Loading branch information
silentsokolov committed Jan 16, 2019
1 parent bfcee49 commit 0682926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module github.com/silentsokolov/go-vimeo
2 changes: 1 addition & 1 deletion vimeo/vimeo.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
libraryVersion = "2.2.2"
libraryVersion = "2.2.3"
defaultBaseURL = "https://api.vimeo.com/"
defaultUserAgent = "go-vimeo/" + libraryVersion

Expand Down

0 comments on commit 0682926

Please sign in to comment.