Skip to content

Commit

Permalink
chore(release): 5.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.3.0](v5.2.5...v5.3.0) (2024-02-01)
  • Loading branch information
semantic-release-bot committed Feb 1, 2024
1 parent c65d7f7 commit c93c37d
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 @@ -49,7 +49,7 @@ export class Depker {
private constructor() {
// info
this.name = "depker";
this.version = "5.2.5";
this.version = "5.3.0";
this.description = "docker-based cloud deployment tool.";
// service
this.dax = createDax();
Expand Down

0 comments on commit c93c37d

Please sign in to comment.