mirror of
				https://github.com/swaywm/sway.git
				synced 2025-10-29 05:40:18 -04:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
	
		
			191 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
	
		
			191 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | #!/bin/sh -eu | ||
|  | old_version="$1" | ||
|  | new_version="$2" | ||
|  | sed -i meson.build -e "s/version: '$old_version'/version: '$new_version'/g" | ||
|  | git add meson.build | ||
|  | git commit -m "Update version to $new_version" |