diff options
author | Unknwon <u@gogs.io> | 2015-03-18 07:00:55 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-18 07:00:55 -0400 |
commit | e9c599b48ac77114f1d7761855c72a980c751b53 (patch) | |
tree | ddf9e8133c1a81c34bd0fd70dc4d72f40a4f8690 /README.md | |
parent | e6cf83b8c0202ca256ce1b5aaa26459aaaa6532a (diff) | |
download | gitea-e9c599b48ac77114f1d7761855c72a980c751b53.tar.gz gitea-e9c599b48ac77114f1d7761855c72a980c751b53.zip |
prepare for 0.6 release
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,12 +7,12 @@ Gogs (Go Git Service) is a painless self-hosted Git service written in Go. ![Demo](http://gogs.qiniudn.com/gogs_demo.gif) -##### Current version: 0.5.16 Beta +##### Current version: 0.6.0 Beta ### NOTICES - Due to testing purpose, data of [try.gogs.io](https://try.gogs.io) has been reset in **Jan 28, 2015** and will reset multiple times after. Please do **NOT** put your important data on the site. -- The demo site [try.gogs.io](https://try.gogs.io) is running under `dev` branch. +- The demo site [try.gogs.io](https://try.gogs.io) is running under `develop` branch. - You **MUST** read [CONTRIBUTING.md](CONTRIBUTING.md) before you start filing an issue or making a Pull Request. - If you think there are vulnerabilities in the project, please talk privately to **u@gogs.io**. Thanks! @@ -30,7 +30,7 @@ The goal of this project is to make the easiest, fastest, and most painless way - See the [Trello Board](https://trello.com/b/uxAoeLUl/gogs-go-git-service) to follow the develop team. - Want to try it before doing anything else? Do it [online](https://try.gogs.io/unknwon/gogs) or go down to the **Installation -> Install from binary** section! - Having trouble? Get help with [Troubleshooting](http://gogs.io/docs/intro/troubleshooting.md). -- Want to help with localization? Check out [Crowdin](https://crowdin.com/project/gogs)! +- Want to help with localization? Check out the [guide](http://gogs.io/docs/features/i18n.html)! ## Features |