mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	install-shellcheck: Upgrade ShellCheck from 0.6.0 to 0.7.0.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							ac49736311
						
					
				
				
					commit
					5e89a7d646
				
			@@ -1,7 +1,7 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
set -eu
 | 
					set -eu
 | 
				
			||||||
 | 
					
 | 
				
			||||||
version=0.6.0
 | 
					version=0.7.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if ! out="$(shellcheck --version 2>/dev/null)" || [[ "$out" != *"
 | 
					if ! out="$(shellcheck --version 2>/dev/null)" || [[ "$out" != *"
 | 
				
			||||||
version: $version
 | 
					version: $version
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -26,4 +26,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-relea
 | 
				
			|||||||
#   historical commits sharing the same major version, in which case a
 | 
					#   historical commits sharing the same major version, in which case a
 | 
				
			||||||
#   minor version bump suffices.
 | 
					#   minor version bump suffices.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PROVISION_VERSION = '65.2'
 | 
					PROVISION_VERSION = '65.3'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user