mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	UI: Confirmation box
This commit is contained in:
		
							
								
								
									
										3
									
								
								gogs.go
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								gogs.go
									
									
									
									
									
								
							| @@ -17,7 +17,7 @@ import ( | ||||
| 	"github.com/gogits/gogs/modules/setting" | ||||
| ) | ||||
|  | ||||
| const APP_VER = "0.5.4.0926 Beta" | ||||
| const APP_VER = "0.5.4.0927 Beta" | ||||
|  | ||||
| func init() { | ||||
| 	runtime.GOMAXPROCS(runtime.NumCPU()) | ||||
| @@ -38,5 +38,6 @@ func main() { | ||||
| 		cmd.CmdCert, | ||||
| 	} | ||||
| 	app.Flags = append(app.Flags, []cli.Flag{}...) | ||||
| 	println(runtime.Version()) | ||||
| 	app.Run(os.Args) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Unknwon
					Unknwon