fix: version release
This commit is contained in:
parent
32d44188ef
commit
2b3875be66
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
gitea-client (0.8.0)
|
gitea-client (0.9.0)
|
||||||
rest-client (~> 2.1.0)
|
rest-client (~> 2.1.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Gitea
|
module Gitea
|
||||||
VERSION = "0.8.0"
|
VERSION = "0.9.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue