Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
5amCurfew committed Mar 11, 2024
1 parent 3c64bbb commit d38983e
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 @@ -20,7 +20,7 @@
* [SQLite](#sqlite)
* [File](#file)

**v0.1.8**
**v0.1.9**

`xtkt` ("extract") is an opinionated data extraction tool that follows the Singer.io specification. Supported sources include RESTful-APIs, databases and files (csv, jsonl).

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/spf13/cobra"
)

var version = "0.1.8"
var version = "0.1.9"
var saveSchema bool
var defaultConcurrency int = 1000

Expand Down

0 comments on commit d38983e

Please sign in to comment.