mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	#518 update git-module require version
This commit is contained in:
		@@ -3,7 +3,7 @@ Gogs - Go Git Service [
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
##### Current version: 0.9.32
 | 
					##### Current version: 0.9.33
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| Web | UI  | Preview  |
 | 
					| Web | UI  | Preview  |
 | 
				
			||||||
|:-------------:|:-------:|:-------:|
 | 
					|:-------------:|:-------:|:-------:|
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -87,7 +87,7 @@ func checkVersion() {
 | 
				
			|||||||
		{"github.com/go-macaron/toolbox", toolbox.Version, "0.1.0"},
 | 
							{"github.com/go-macaron/toolbox", toolbox.Version, "0.1.0"},
 | 
				
			||||||
		{"gopkg.in/ini.v1", ini.Version, "1.8.4"},
 | 
							{"gopkg.in/ini.v1", ini.Version, "1.8.4"},
 | 
				
			||||||
		{"gopkg.in/macaron.v1", macaron.Version, "1.1.2"},
 | 
							{"gopkg.in/macaron.v1", macaron.Version, "1.1.2"},
 | 
				
			||||||
		{"github.com/gogits/git-module", git.Version, "0.3.0"},
 | 
							{"github.com/gogits/git-module", git.Version, "0.3.1"},
 | 
				
			||||||
		{"github.com/gogits/go-gogs-client", gogs.Version, "0.7.4"},
 | 
							{"github.com/gogits/go-gogs-client", gogs.Version, "0.7.4"},
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	for _, c := range checkers {
 | 
						for _, c := range checkers {
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								glide.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								glide.lock
									
									
									
										generated
									
									
									
								
							@@ -41,7 +41,7 @@ imports:
 | 
				
			|||||||
- name: github.com/gogits/cron
 | 
					- name: github.com/gogits/cron
 | 
				
			||||||
  version: 96040e4fab17baa0391ce571694e4ccb5fce5dac
 | 
					  version: 96040e4fab17baa0391ce571694e4ccb5fce5dac
 | 
				
			||||||
- name: github.com/gogits/git-module
 | 
					- name: github.com/gogits/git-module
 | 
				
			||||||
  version: 1dad9765c0adf04fe1eabadfb1a9189157dc50af
 | 
					  version: 7da4f5e717e3a0311c2f510ef58318f47e93fa63
 | 
				
			||||||
- name: github.com/gogits/go-gogs-client
 | 
					- name: github.com/gogits/go-gogs-client
 | 
				
			||||||
  version: 01270dfe22e92d99ce9402fedba4530ad8810100
 | 
					  version: 01270dfe22e92d99ce9402fedba4530ad8810100
 | 
				
			||||||
- name: github.com/issue9/identicon
 | 
					- name: github.com/issue9/identicon
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							@@ -17,7 +17,7 @@ import (
 | 
				
			|||||||
	"github.com/gogits/gogs/modules/setting"
 | 
						"github.com/gogits/gogs/modules/setting"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const APP_VER = "0.9.32.0629"
 | 
					const APP_VER = "0.9.33.0630"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func init() {
 | 
					func init() {
 | 
				
			||||||
	runtime.GOMAXPROCS(runtime.NumCPU())
 | 
						runtime.GOMAXPROCS(runtime.NumCPU())
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1 +1 @@
 | 
				
			|||||||
0.9.32.0629
 | 
					0.9.33.0630
 | 
				
			||||||
		Reference in New Issue
	
	Block a user