diff options
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 e060ce36..0133a530 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.7.0" +const _VERSION = "0.7.1" func Version() string { return _VERSION |