mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	Fix bad do in bump_version
This commit is contained in:
		
							parent
							
								
									6aed4b6e32
								
							
						
					
					
						commit
						495c0ba1f1
					
				@ -49,7 +49,6 @@ sed -i "s/${old_version_sed}/${new_version}/g" ${build_file}
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# update nuget package version
 | 
					# update nuget package version
 | 
				
			||||||
for subproject in ${jellyfin_subprojects[@]}; do
 | 
					for subproject in ${jellyfin_subprojects[@]}; do
 | 
				
			||||||
do
 | 
					 | 
				
			||||||
    echo ${subproject}
 | 
					    echo ${subproject}
 | 
				
			||||||
    # Parse the version from the *.csproj file
 | 
					    # Parse the version from the *.csproj file
 | 
				
			||||||
    old_version="$(
 | 
					    old_version="$(
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user