Bump version
This commit is contained in:
parent
5ec1a10830
commit
872cf281aa
1 changed files with 1 additions and 1 deletions
2
gogs.go
2
gogs.go
|
@ -14,7 +14,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func Version() string {
|
func Version() string {
|
||||||
return "0.8.2"
|
return "0.8.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Client represents a Gogs API client.
|
// Client represents a Gogs API client.
|
||||||
|
|
Loading…
Reference in a new issue