Skip to content

Commit

Permalink
chore(release): 5.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.1.2](v5.1.1...v5.1.2) (2024-01-07)
  • Loading branch information
semantic-release-bot committed Jan 7, 2024
1 parent cac4235 commit febf4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/depker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class Depker {
private constructor() {
// info
this.name = "depker";
this.version = "5.1.1";
this.version = "5.1.2";
this.description = "docker-based cloud deployment tool.";
// service
this.dax = dax();
Expand Down

0 comments on commit febf4cf

Please sign in to comment.