Skip to content

Commit d3b4f70

Browse files
committed
chore(release): release a new version
1 parent 0c4b01e commit d3b4f70

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 1.0.0
1+
VERSION = 1.0.1
22
CUR_DIR = $(shell pwd)
33
WORKSPACE = /go/src/github.com/hanks/terraform-variables-generator
44
DEV_IMAGE = hanks/tfvargen-dev:1.0.0
Binary file not shown.
Binary file not shown.

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version is to define the latest version for the tool
4-
var Version = "1.0.0"
4+
var Version = "1.0.1"

0 commit comments

Comments
 (0)