Skip to content

Commit b67c758

Browse files
authored
Merge pull request #37 from fortanix/fix_version_in_makefile
increment version in makefile
2 parents 7ce32f9 + 9ddc926 commit b67c758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HOSTNAME=fortanix.com
44
NAMESPACE=fortanix
55
NAME=dsm
66
BINARY=terraform-provider-${NAME}
7-
VERSION=0.5.18
7+
VERSION=0.5.19
88
OS=linux
99
ARCH=amd64
1010
OS_ARCH=${OS}_${ARCH}

0 commit comments

Comments
 (0)