Skip to content

Commit

Permalink
Change libraryVersion variable value
Browse files Browse the repository at this point in the history
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
  • Loading branch information
vartanbeno committed Aug 26, 2020
1 parent 49fdcfe commit e1ce8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reddit/reddit.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

const (
libraryName = "github.com/vartanbeno/go-reddit"
libraryVersion = "0.0.1"
libraryVersion = "1.0.0"

defaultBaseURL = "https://oauth.reddit.com"
defaultTokenURL = "https://www.reddit.com/api/v1/access_token"
Expand Down

0 comments on commit e1ce8a7

Please sign in to comment.