diff options
author | Unknwon <u@gogs.io> | 2018-08-17 23:15:26 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-08-17 23:15:26 +0800 |
commit | ba7b2cc1f68cd374576b186784d784b03df033f1 (patch) | |
tree | 52de6eb9d4893e62c3c1b0ca73c829111d7cd4c4 /vendor/github.com/gogs/git-module/git.go | |
parent | ac73d43444e8332015e34bfe0230dfe04edff3c3 (diff) |
vendor: update github.com/gogs/git-module
Diffstat (limited to 'vendor/github.com/gogs/git-module/git.go')
-rw-r--r-- | vendor/github.com/gogs/git-module/git.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/gogs/git-module/git.go b/vendor/github.com/gogs/git-module/git.go index 5795d102..e060ce36 100644 --- a/vendor/github.com/gogs/git-module/git.go +++ b/vendor/github.com/gogs/git-module/git.go @@ -10,7 +10,7 @@ import ( "time" ) -const _VERSION = "0.6.9" +const _VERSION = "0.7.0" func Version() string { return _VERSION |