Change libraryVersion variable value
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
libraryName = "github.com/vartanbeno/go-reddit"
|
libraryName = "github.com/vartanbeno/go-reddit"
|
||||||
libraryVersion = "0.0.1"
|
libraryVersion = "1.0.0"
|
||||||
|
|
||||||
defaultBaseURL = "https://oauth.reddit.com"
|
defaultBaseURL = "https://oauth.reddit.com"
|
||||||
defaultTokenURL = "https://www.reddit.com/api/v1/access_token"
|
defaultTokenURL = "https://www.reddit.com/api/v1/access_token"
|
||||||
|
|||||||
Reference in New Issue
Block a user