mirror of
				https://github.com/abhinavxd/libredesk.git
				synced 2025-11-03 21:43:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			182 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			182 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package version
 | 
						|
 | 
						|
// Version holds the current version of the application.
 | 
						|
// This value is intended to be set at build time using the -X linker flag.
 | 
						|
var Version = "unknown-version"
 |