fix: version

This commit is contained in:
viletyy 2022-06-21 17:03:56 +08:00
parent 74771e80db
commit ea69f224b4
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
gitea-client (0.3.0)
gitea-client (0.4.0)
rest-client (~> 2.1.0)
GEM

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Gitea
VERSION = "0.3.0"
VERSION = "0.4.0"
end