From 838733527f1ed09af9971220d563fef7453b41ae Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Wed, 13 Mar 2024 16:29:02 -0700 Subject: [PATCH] bump vgpu-dm verson to v0.2.5 Signed-off-by: Tariq Ibrahim --- versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.mk b/versions.mk index 8d14192f..885179eb 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.4 +VERSION ?= v0.2.5 vVERSION := v$(VERSION:v%=%)