#!/bin/bash

TAG=`git log --pretty=format:"%h"`
sed -i -e "s/.*version.*/\"version\": \"$TAG\"/" package.json
