#!/usr/bin/env bash

set -e

v=$(script/print_version)
echo "Setting version to $v"
echo "$v" > VERSION
git commit -m "update version to $v" VERSION
