Bump crew version

This commit is contained in:
Ed Reel
2020-06-01 13:10:29 -05:00
parent 51a60917d4
commit f3cf508d3c

View File

@@ -1,6 +1,6 @@
# Defines common constants used in different parts of crew
CREW_VERSION = '1.4.0'
CREW_VERSION = '1.4.1'
ARCH = `uname -m`.strip
ARCH_LIB = if ARCH == 'x86_64' then 'lib64' else 'lib' end