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

Commit 685a38c

Browse files
committed
coreos-cloudinit: bump to 0.9.5
1 parent 9d15f2c commit 685a38c

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
@@ -21,7 +21,7 @@ import (
2121
)
2222

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

0 commit comments

Comments
 (0)