#!/bin/bash

cd $(dirname $0)
cd ..

source .env

sed -i "s/APP_BUILD_NUMBER=.*/APP_BUILD_NUMBER=$((APP_BUILD_NUMBER + 1))/" .env

git add .env