Bumped bld to version 1.9.1

This commit is contained in:
Erik C. Thauvin 2024-05-09 22:56:47 -07:00
parent cd68004962
commit d6f6c40d77
Signed by: erik
GPG key ID: 776702A6A2DA330E
5 changed files with 16 additions and 17 deletions

18
.vscode/launch.json vendored
View file

@ -1,11 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Run Tests",
"request": "launch",
"mainClass": "net.thauvin.erik.httpstatus.HttpStatusTest"
}
]
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Run Tests",
"request": "launch",
"mainClass": "net.thauvin.erik.httpstatus.HttpStatusTest"
}
]
}