Skip to content

Commit 4b2fbc7

Browse files
Merge pull request #112 from Roblox/bump_version
Bump version to 0.9.2.
2 parents 1f26157 + 514ce58 commit 4b2fbc7

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.9.1-blue)](https://github.com/Roblox/nomad-driver-containerd/releases/tag/v0.9.1)
4+
[![Release](https://img.shields.io/badge/version-0.9.2-blue)](https://github.com/Roblox/nomad-driver-containerd/releases/tag/v0.9.2)
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="232" height="100" />&nbsp;<img src="images/docker.png" width="116" height="100" />&nbsp;<img src="images/containerd.png" width="285" height="100" />

containerd/driver.go

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

4848
// PluginVersion allows the client to identify and use newer versions of
4949
// an installed plugin
50-
PluginVersion = "v0.9.1"
50+
PluginVersion = "v0.9.2"
5151

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

0 commit comments

Comments
 (0)