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

Commit eadb6ef

Browse files
committed
coreos-cloudinit: bump to 0.9.3
1 parent 7518f0e commit eadb6ef

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.2+git"
22+
version = "0.9.3"
2323
datasourceInterval = 100 * time.Millisecond
2424
datasourceMaxInterval = 30 * time.Second
2525
datasourceTimeout = 5 * time.Minute

0 commit comments

Comments
 (0)