Skip to content

Commit 292e840

Browse files
authored
Merge pull request #23 from dotmh/version/10
chore: version 10
2 parents ca1b906 + b08d606 commit 292e840

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.2.2
1+
10.0.0

devcontainers/base/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "base",
33
"name": "DotMH Base Dev Container",
4-
"version": "9.2.2",
4+
"version": "10.0.0",
55
"publisher": "DotMH <[email protected]>",
66
"description": "The base dev container for interacting with the base container image",
77
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",

devcontainers/cloud/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "cloud",
33
"name": "DotMH Cloud Dev Container",
4-
"version": "9.2.2",
4+
"version": "10.0.0",
55
"publisher": "DotMH <[email protected]>",
66
"description": "The cloud dev container for interacting with the cloud container image",
77
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",

devcontainers/csharp/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "csharp",
33
"name": "DotMH C# Dev Container",
4-
"version": "9.2.2",
4+
"version": "10.0.0",
55
"publisher": "DotMH <[email protected]>",
66
"description": "The Go dev container for developing with C#",
77
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",

devcontainers/go/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "go",
33
"name": "DotMH Go Dev Container",
4-
"version": "9.2.2",
4+
"version": "10.0.0",
55
"publisher": "DotMH <[email protected]>",
66
"description": "The Go dev container for developing with Go",
77
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",

devcontainers/kotlin/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "kotlin",
33
"name": "DotMH Kotlin Dev Container",
4-
"version": "9.2.2",
4+
"version": "10.0.0",
55
"publisher": "DotMH <[email protected]>",
66
"description": "The Kotlin dev container for developing with Kotlin",
77
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",

devcontainers/node/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "node",
33
"name": "DotMH Node Dev Container",
4-
"version": "9.2.2",
4+
"version": "10.0.0",
55
"publisher": "DotMH <[email protected]>",
66
"description": "The Node dev container for developing with Node and PNPM",
77
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",

devcontainers/rust/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "node",
33
"name": "DotMH Rust Dev Container",
4-
"version": "9.2.2",
4+
"version": "10.0.0",
55
"publisher": "DotMH <[email protected]>",
66
"description": "The Rust dev container for developing with Rustup, Rust and Cargo",
77
"licenseURL": "https://github.com/dotmh/devcontainer/blob/main/LICENSE",

0 commit comments

Comments
 (0)