Skip to content

Commit

Permalink
chore(release): 5.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.3.2](v5.3.1...v5.3.2) (2024-10-27)

### Bug Fixes

* **modules:** Fix window not defined ([3358ce9](3358ce9))
  • Loading branch information
semantic-release-bot committed Oct 27, 2024
1 parent 3358ce9 commit a26e98b
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 @@ -43,7 43,7 @@ export class Depker {
private constructor() {
// info
this.name = "depker";
this.version = "5.3.1";
this.version = "5.3.2";
this.description = "Docker-based cloud deployment tool.";
// service
this.cli = new CliModule(this);
Expand Down

0 comments on commit a26e98b

Please sign in to comment.