Fix git_hashtags with a / character (#6562)

* fix git_hashtags with / character

* bump version
This commit is contained in:
Cassandra Watergate
2022-01-06 16:01:33 +00:00
committed by GitHub
parent 5dcc02c6bd
commit c48385288a
2 changed files with 3 additions and 3 deletions

View File

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