From 2173e15415ee22acdb19774600c34eba59ebfa24 Mon Sep 17 00:00:00 2001 From: b4b4r07 Date: Sat, 7 Apr 2018 02:16:01 +0900 Subject: [PATCH] Bump version 0.1.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index bf30758..4dc0364 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ import ( const ( name = "tfnotify" description = "Notify the execution result of terraform command" - version = "0.0.0" + version = "0.1.0" ) type tfnotify struct {