#!/bin/bash
# Release new version
OLD=$1
VER=$2
version $OLD $VER
update  $OLD $VER

