We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2758923 commit 3c970f2Copy full SHA for 3c970f2
src/depker.ts
@@ -48,7 +48,7 @@ export class Depker {
48
private constructor() {
49
// info
50
this.name = "depker";
51
- this.version = "5.2.3";
+ this.version = "5.2.4";
52
this.description = "docker-based cloud deployment tool.";
53
// service
54
this.dax = createDax();
0 commit comments