diff options
author | skyblue <ssx205@gmail.com> | 2014-04-06 23:12:29 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-04-06 23:12:29 +0800 |
commit | 5e534bf2a56a2f4e36d039699ba60946f993574b (patch) | |
tree | 17fd6a6dde814567538fe1a84126f83303df3904 /README.md | |
parent | a04918e36d49e1d066c6f661a73eebf706a97237 (diff) | |
parent | d3a987eded8bf2d0afc35dce32238e59da8080a8 (diff) |
Merge branch 'dev' of github.com:gogits/gogs into dev
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language  -##### Current version: 0.2.0 Alpha +##### Current version: 0.2.1 Alpha #### Due to testing purpose, data of [try.gogits.org](http://try.gogits.org) has been reset in March 29, 2014 and will reset multiple times after. Please do NOT put your important data on the site. @@ -31,7 +31,7 @@ More importantly, Gogs only needs one binary to setup your own project hosting o - Activity timeline - SSH/HTTPS(Clone only) protocol support. - Register/delete/rename account. -- Create/delete/watch/rename public repository. +- Create/delete/watch/rename/transfer public repository. - Repository viewer. - Issue tracker. - Gravatar and cache support. |