diff options
author | Unknwon <u@gogs.io> | 2018-06-09 10:00:45 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-06-09 10:00:45 +0800 |
commit | 078549518d31ffc18e209230584640328e5a0420 (patch) | |
tree | 22b2bdc840d7ff0029220905a77b9fb1e531cb33 /vendor/github.com/gogs/git-module/git.go | |
parent | 4c844081f3f635f454e1040a568dc03f1a427f58 (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 7d54d66e..5b141846 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.6" +const _VERSION = "0.6.7" func Version() string { return _VERSION |