Fix no implicit conversion of Float into String in crew line 525 (#6016)

This commit is contained in:
Ed Reel
2021-07-30 11:08:43 -05:00
committed by GitHub
parent f0fcf3b791
commit 9dc5ae3420
2 changed files with 2 additions and 2 deletions

View File

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