diff options
author | skyblue <ssx205@gmail.com> | 2014-03-21 23:36:01 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-03-21 23:36:01 +0800 |
commit | 9a9ae918c527fb04a1f181ad6f967d5969b93c15 (patch) | |
tree | 789d624fcc6949940ae1621bd0fe051578363efc /README.md | |
parent | d725c41b56e072122faf539d5a14d36c18f5c312 (diff) | |
parent | 9218f76c8e4a6fafbe6bed1d61eb66ba73bf70f2 (diff) |
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language. Since we choose to use pure Go implementation of Git manipulation, Gogs certainly supports **ALL platforms** that Go supports, including Linux, Max OS X, and Windows with **ZERO** dependency. -##### Current version: 0.1.4 Alpha +##### Current version: 0.1.5 Alpha ## Purpose |