Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit f3f3af7

Browse files
committed
coreos-cloudinit: bump to v1.0.1
1 parent 0e63aa0 commit f3f3af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreos-cloudinit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import (
4040
)
4141

4242
const (
43-
version = "1.0.0+git"
43+
version = "1.0.1"
4444
datasourceInterval = 100 * time.Millisecond
4545
datasourceMaxInterval = 30 * time.Second
4646
datasourceTimeout = 5 * time.Minute

0 commit comments

Comments
 (0)