#!/bin/sh; C:/Program\ Files/Git/usr/bin/sh.exe

# Update VERSION
python version.py

# Add the modified file to staging to include in the commit.
echo "VERSION" | xargs git add
exit 0