Compare commits

..

2 commits

2 changed files with 2 additions and 2 deletions

2
.vscode/launch.json vendored
View file

@ -11,7 +11,7 @@
"name": "Build & Debug DUB project",
"cwd": "${command:dubWorkingDirectory}",
"program": "bin/${command:dubTarget}",
"args": ["list"]
"args": ["create"]
}
]
}

View file

@ -1,3 +1,3 @@
module snag.version_;
enum snagVersion = "0.0.11";
enum snagVersion = "0.0.10";