From c238647020b71221bd84014ea8a9e1b36b13e9d3 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 25 Mar 2017 04:17:55 -0400 Subject: cmd/web: remove dependency version checker --- models/org_team.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models') diff --git a/models/org_team.go b/models/org_team.go index 7d690238..816f2370 100644 --- a/models/org_team.go +++ b/models/org_team.go @@ -31,7 +31,7 @@ type Team struct { func (t *Team) AfterSet(colName string, _ xorm.Cell) { switch colName { case "num_repos": - // LEGACY [0.11]: this is backward compatibility bug fix for https://github.com/gogits/gogs/issues/3671 + // LEGACY [1.0]: this is backward compatibility bug fix for https://github.com/gogits/gogs/issues/3671 if t.NumRepos < 0 { t.NumRepos = 0 } -- cgit v1.2.3