Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ucg8j committed Jul 21, 2021
1 parent f61867a commit a1a4a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ go install
4. Confirm installation
```bash
$ ddbt --version
ddbt version 0.2.1
ddbt version 0.6.2
```

## Command Quickstart
Expand Down
2 changes: 1 addition & 1 deletion utils/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package utils

const DdbtVersion = "0.6.2"
const DdbtVersion = "0.6.3"

0 comments on commit a1a4a7d

Please sign in to comment.