From cc22c8a1aea3aa3f7e515dc02640a214213b242a Mon Sep 17 00:00:00 2001
From: Unknwon <u@gogs.io>
Date: Wed, 6 Jan 2016 13:34:34 +0800
Subject: [PATCH] update dep lib version requirement

---
 README.md          | 2 +-
 cmd/web.go         | 2 ++
 gogs.go            | 2 +-
 templates/.VERSION | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 59c07c2477..66abf93614 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra
 
 ![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true)
 
-##### Current version: 0.8.15
+##### Current version: 0.8.16
 
 | Web | UI  | Preview  |
 |:-------------:|:-------:|:-------:|
diff --git a/cmd/web.go b/cmd/web.go
index ff881434f6..3edeb8d8a5 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -30,6 +30,7 @@ import (
 	"gopkg.in/macaron.v1"
 
 	"github.com/gogits/git-module"
+	"github.com/gogits/go-gogs-client"
 
 	"github.com/gogits/gogs/models"
 	"github.com/gogits/gogs/modules/auth"
@@ -89,6 +90,7 @@ func checkVersion() {
 		{"gopkg.in/ini.v1", ini.Version, "1.8.4"},
 		{"gopkg.in/macaron.v1", macaron.Version, "0.8.0"},
 		{"github.com/gogits/git-shell", git.Version, "0.2.1"},
+		{"github.com/gogits/go-gogs-client", gogs.Version, "0.7.2"},
 	}
 	for _, c := range checkers {
 		if !version.Compare(c.Version(), c.Expected, ">=") {
diff --git a/gogs.go b/gogs.go
index ab6ff72a43..f47190ca3a 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
 	"github.com/gogits/gogs/modules/setting"
 )
 
-const APP_VER = "0.8.15.0105"
+const APP_VER = "0.8.16.0106"
 
 func init() {
 	runtime.GOMAXPROCS(runtime.NumCPU())
diff --git a/templates/.VERSION b/templates/.VERSION
index 864a4dcc0f..1864a04414 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.8.15.0105
\ No newline at end of file
+0.8.16.0106
\ No newline at end of file