Skip to content

Commit dc2f547

Browse files
Merge pull request #72 from Roblox/bump_version
Bump version to 0.7.
2 parents f40d962 + 3b90389 commit dc2f547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# nomad-driver-containerd
22
[![CI Actions Status](https://github.com/Roblox/nomad-driver-containerd/workflows/CI/badge.svg)](https://github.com/Roblox/nomad-driver-containerd/actions)
33
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/Roblox/nomad-driver-containerd/blob/master/LICENSE)
4-
[![Release](https://img.shields.io/badge/version-0.6-blue)](https://github.com/Roblox/nomad-driver-containerd/releases/tag/v0.6)
4+
[![Release](https://img.shields.io/badge/version-0.7-blue)](https://github.com/Roblox/nomad-driver-containerd/releases/tag/v0.7)
55
[![Docs](https://img.shields.io/badge/docs-website-green.svg)](https://www.nomadproject.io/docs/drivers/external/containerd)
66

77
<img src="images/nomad.png" width="300" height="100" />&nbsp;<img src="images/docker.png" width="150" height="100" />&nbsp;<img src="images/containerd.png" width="350" height="100" />

containerd/driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const (
4646

4747
// PluginVersion allows the client to identify and use newer versions of
4848
// an installed plugin
49-
PluginVersion = "v0.6.0"
49+
PluginVersion = "v0.7.0"
5050

5151
// fingerprintPeriod is the interval at which the plugin will send
5252
// fingerprint responses

0 commit comments

Comments
 (0)