From c5232d928f5f0a37fbcea9c8d539f20c9c6ed2ee Mon Sep 17 00:00:00 2001 From: Muslim AbuTaha Date: Thu, 2 Feb 2017 12:54:20 +0200 Subject: [PATCH] Updated version to 0.3 --- cross-compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-compile.sh b/cross-compile.sh index c8ff3e83..183eba07 100755 --- a/cross-compile.sh +++ b/cross-compile.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.2" +VERSION="0.3" rm -rf dist; mkdir -p dist for GOOS in darwin linux windows; do