diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-08-22 00:23:48 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-08-22 00:28:47 -0400 |
commit | ad4348095229e055750fb429f2c675393711b647 (patch) | |
tree | 3f3f153073d76a6629bdd271ce2ddc29ffb337ab /scripts | |
parent | 5b8255e251e121b814826d127a383bf3054cac80 (diff) | |
download | rneovim-ad4348095229e055750fb429f2c675393711b647.tar.gz rneovim-ad4348095229e055750fb429f2c675393711b647.tar.bz2 rneovim-ad4348095229e055750fb429f2c675393711b647.zip |
version bump
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.sh b/scripts/release.sh index 67738ccc96..41a246c041 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Performs steps to tag a release. # |