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

Commit 7342d91

Browse files
committed
coreos-cloudinit: bump to 0.10.1
1 parent db1bc51 commit 7342d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreos-cloudinit.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const (
24-
version = "0.10.0+git"
24+
version = "0.10.1"
2525
datasourceInterval = 100 * time.Millisecond
2626
datasourceMaxInterval = 30 * time.Second
2727
datasourceTimeout = 5 * time.Minute

0 commit comments

Comments
 (0)