From 90e670282eef2b022919b82021160952196ba7f7 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Mon, 22 May 2017 18:10:53 +0900 Subject: [PATCH] version bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index adb0f0a..064f6cf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME := shipctl -VERSION := v0.2.2 +VERSION := v0.3.0 REVISION := $(shell git rev-parse --short HEAD) SRCS := $(shell find . -type f -name '*.go')