From 511f6f0f4b281ca3f428935729bc86b9cc9fbdfc Mon Sep 17 00:00:00 2001
From: rsundahl <roy@polyverse.io>
Date: Thu, 25 Jan 2018 21:06:33 -0800
Subject: [PATCH] Ask Jenkins for v1.0.0 official build.

---
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.sh b/release.sh
index d6b169d..1e42e3e 100755
--- a/release.sh
+++ b/release.sh
@@ -4,7 +4,7 @@ ASSET_NAME=readhook.so
 RELEASE_TAG=$1
 
 if [[ "$RELEASE_TAG" == "" ]]; then
-	RELEASE_TAG=volatile
+	RELEASE_TAG=v1.0.0
 fi
 
 # Delete the current assets and release (if exists)