#!/bin/bash

cat mix.exs | grep \@version | grep \" | awk -F'"' '{print $2}'