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

Commit 2f52ad4

Browse files
committed
coreos-cloudinit: bump to 0.9.2
1 parent 735d6c6 commit 2f52ad4

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
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
const (
22-
version = "0.9.1+git"
22+
version = "0.9.2"
2323
datasourceInterval = 100 * time.Millisecond
2424
datasourceMaxInterval = 30 * time.Second
2525
datasourceTimeout = 5 * time.Minute

0 commit comments

Comments
 (0)