mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-11-04 03:05:26 +01:00 
			
		
		
		
	Fix release version (#815)
Reviewed-on: https://gitea.com/gitea/tea/pulls/815 Reviewed-by: TheFox0x7 <thefox0x7@noreply.gitea.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							45771265c4
						
					
				
				
					commit
					2ca114e309
				
			@@ -13,6 +13,8 @@ import (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// Version holds the current tea version
 | 
			
		||||
// If the Version is moved to another package or name changed,
 | 
			
		||||
// build flags in .goreleaser.yaml or Makefile need to be updated accordingly.
 | 
			
		||||
var Version = "development"
 | 
			
		||||
 | 
			
		||||
// Tags holds the build tags used
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user