From d4c6ab9e0dbe7580aabd6488dfb1491b3801b75f Mon Sep 17 00:00:00 2001 From: 5amCurfew Date: Mon, 11 Mar 2024 16:34:02 +0000 Subject: [PATCH] v0.1.8 --- README.md | 2 +- cmd/root.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a94b940..d2f2981 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ * [SQLite](#sqlite) * [File](#file) -**v0.1.7** +**v0.1.8** `xtkt` ("extract") is an opinionated data extraction tool that follows the Singer.io specification. Supported sources include RESTful-APIs, databases and files (csv, jsonl). diff --git a/cmd/root.go b/cmd/root.go index c8c3053..20a5c46 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -10,7 +10,7 @@ import ( "github.com/spf13/cobra" ) -var version = "0.1.7" +var version = "0.1.8" var saveSchema bool var defaultConcurrency int = 1000