Keep crew from breaking when a package file for an installed package disappears. (#6471)

This commit is contained in:
Satadru Pramanik
2021-12-09 17:20:34 -05:00
committed by GitHub
parent 7161ebe507
commit 23ec8fc3b4
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# Defines common constants used in different parts of crew
CREW_VERSION = '1.19.2'
CREW_VERSION = '1.19.3'
ARCH_ACTUAL = `uname -m`.chomp
# This helps with virtualized builds on aarch64 machines