mirror of https://gogs.blitter.com/RLabs/xs
				
				
				
			Bumped tag
This commit is contained in:
		
							parent
							
								
									3be1243bf9
								
							
						
					
					
						commit
						7fe915450b
					
				
							
								
								
									
										2
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										2
									
								
								Makefile
								
								
								
								
							| 
						 | 
					@ -5,7 +5,7 @@
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
GIT_COMMIT := $(shell git rev-list -1 HEAD)
 | 
					GIT_COMMIT := $(shell git rev-list -1 HEAD)
 | 
				
			||||||
VERSION := 0.8.10
 | 
					VERSION := 0.8.11
 | 
				
			||||||
#ifeq ($(BUILDOPTS),)
 | 
					#ifeq ($(BUILDOPTS),)
 | 
				
			||||||
BUILDOPTS :=$(BUILDOPTS)" -ldflags \"-X main.version=$(VERSION) -X main.gitCommit=$(GIT_COMMIT)\""
 | 
					BUILDOPTS :=$(BUILDOPTS)" -ldflags \"-X main.version=$(VERSION) -X main.gitCommit=$(GIT_COMMIT)\""
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								go.mod
								
								
								
								
							
							
						
						
									
										2
									
								
								go.mod
								
								
								
								
							| 
						 | 
					@ -7,7 +7,7 @@ require (
 | 
				
			||||||
	blitter.com/go/goutmp v1.0.1
 | 
						blitter.com/go/goutmp v1.0.1
 | 
				
			||||||
	blitter.com/go/herradurakex v1.0.0
 | 
						blitter.com/go/herradurakex v1.0.0
 | 
				
			||||||
	blitter.com/go/mtwist v1.0.1 // indirect
 | 
						blitter.com/go/mtwist v1.0.1 // indirect
 | 
				
			||||||
	blitter.com/go/wanderer v0.8.0
 | 
						blitter.com/go/wanderer v0.8.1
 | 
				
			||||||
	git.schwanenlied.me/yawning/chacha20.git v0.0.0-20170904085104-e3b1f968fc63 // indirect
 | 
						git.schwanenlied.me/yawning/chacha20.git v0.0.0-20170904085104-e3b1f968fc63 // indirect
 | 
				
			||||||
	git.schwanenlied.me/yawning/kyber.git v0.0.0-20180530164001-a270899bd22c
 | 
						git.schwanenlied.me/yawning/kyber.git v0.0.0-20180530164001-a270899bd22c
 | 
				
			||||||
	git.schwanenlied.me/yawning/newhope.git v0.0.0-20170622154529-9598792ba8f2
 | 
						git.schwanenlied.me/yawning/newhope.git v0.0.0-20170622154529-9598792ba8f2
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue