From c4d70adc199a4dc397ef35b214c59336487df377 Mon Sep 17 00:00:00 2001 From: Noah Jelich <12912633+njelich@users.noreply.github.com> Date: Fri, 26 Jan 2024 18:30:21 +0100 Subject: [PATCH] Bump version to release new options --- devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcontainer-feature.json b/devcontainer-feature.json index addd1a2..67fb412 100644 --- a/devcontainer-feature.json +++ b/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "llvm", - "version": "3.0.0", + "version": "3.1.0", "name": "llvm", "documentationURL": "https://github.com/devcontainers-community/features-llvm", "description": "Installs llvm on debian based systems",