Skip to content

Commit

Permalink
Merge pull request #73 from timescale/adn/update-version
Browse files Browse the repository at this point in the history
tag version 0.5.0
  • Loading branch information
alejandrodnm authored Jan 12, 2024
2 parents 33b0e88 + cf948dd commit a9b9af3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/timescaledb-parallel-copy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

const (
binName = "timescaledb-parallel-copy"
version = "0.4.1-dev"
version = "0.5.0"
tabCharStr = "\\t"
)

Expand Down Expand Up @@ -220,7 +220,6 @@ func report() {
prevRowCount = rCount
prevTime = now
}

}

// processBatches reads batches from channel c and copies them to the target
Expand Down

0 comments on commit a9b9af3

Please sign in to comment.