Fix crew files disk usage error

This commit is contained in:
Ed Reel
2020-02-22 10:31:32 -06:00
parent ba75a87840
commit 7b224a0620
2 changed files with 6 additions and 6 deletions

View File

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