Skip to content

Commit

Permalink
chore(release): 5.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [5.2.4](v5.2.3...v5.2.4) (2024-01-21)

### Bug Fixes

* **pack:** Traefik http router config ([850e123](850e123))
  • Loading branch information
semantic-release-bot committed Jan 21, 2024
1 parent 2758923 commit 3c970f2
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 @@ -48,7 +48,7 @@ export class Depker {
private constructor() {
// info
this.name = "depker";
this.version = "5.2.3";
this.version = "5.2.4";
this.description = "docker-based cloud deployment tool.";
// service
this.dax = createDax();
Expand Down

0 comments on commit 3c970f2

Please sign in to comment.