From 35850a6e62c69932092435cab1fafb1759db788e Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Mon, 14 Oct 2024 16:41:08 -0700 Subject: [PATCH] bump vgpu-device-manager version to v0.2.8 Signed-off-by: Tariq Ibrahim --- versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.mk b/versions.mk index 485bf34..a1f20fb 100644 --- a/versions.mk +++ b/versions.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION ?= v0.2.7 +VERSION ?= v0.2.8 vVERSION := v$(VERSION:v%=%)