Skip to content

Commit

Permalink
chore(release): 5.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [5.1.3](v5.1.2...v5.1.3) (2024-01-07)

### Bug Fixes

* **deploy:** env not found ([2e2e243](2e2e243))
  • Loading branch information
semantic-release-bot committed Jan 7, 2024
1 parent 9527fdc commit b78940f
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.2";
this.version = "5.1.3";
this.description = "docker-based cloud deployment tool.";
// service
this.dax = dax();
Expand Down

0 comments on commit b78940f

Please sign in to comment.