#!/bin/bash -e
# bundleVersion.sh
#
# Returns bundle version (first 7 digits of git sha)

git rev-parse --short=7 HEAD