Skip to content

Commit d2a6746

Browse files
Bump version to 0.6.
1 parent f6dab34 commit d2a6746

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
[![CircleCI](https://circleci-github.rcs.simulpong.com/gh/Roblox/nomad-driver-containerd/tree/master.svg?style=shield&circle-token=559609ed9ed99da393798c76f4db004f3cd66801)](https://circleci-github.rcs.simulpong.com/gh/Roblox/nomad-driver-containerd/tree/master)
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.5-blue)](https://github.com/Roblox/nomad-driver-containerd/releases/tag/v0.5)
4+
[![Release](https://img.shields.io/badge/version-0.6-blue)](https://github.com/Roblox/nomad-driver-containerd/releases/tag/v0.6)
55

66
<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" />
77

containerd/driver.go

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

4646
// PluginVersion allows the client to identify and use newer versions of
4747
// an installed plugin
48-
PluginVersion = "v0.5.0"
48+
PluginVersion = "v0.6.0"
4949

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

0 commit comments

Comments
 (0)