Releasing a stable version before introducing support for multiple services
Change-Id: I7d4a0a9d86ad1aae2173b541892bb7c04161264d
diff --git a/Makefile b/Makefile
index 39074a9..bb8c5e9 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+SHELL = bash -e -o pipefail
VERSION ?= $(shell cat ./VERSION)
DIFF ?= $(git diff --shortstat 2> /dev/null | tail -n1)
GIT_STATUS ?= $(shell [ -z "$DIFF" ] && echo "Dirty" || echo "Clean")
diff --git a/VERSION b/VERSION
index d510910..0d91a54 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3.0-dev
+0.3.0