Skip to content

Commit 0b34435

Browse files
committed
Release v4
1 parent 071d489 commit 0b34435

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/codeclysm/extract/master/LICENSE)
55
[![Godoc Reference](https://img.shields.io/badge/Godoc-Reference-blue.svg)](https://godoc.org/github.com/codeclysm/extract)
66

7-
import "github.com/codeclysm/extract/v3"
7+
import "github.com/codeclysm/extract/v4"
88

99
Package extract allows to extract archives in zip, tar.gz or tar.bz2 formats
1010
easily.

extract_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"testing"
1515

1616
"github.com/arduino/go-paths-helper"
17-
"github.com/codeclysm/extract/v3"
17+
"github.com/codeclysm/extract/v4"
1818
"github.com/stretchr/testify/require"
1919
)
2020

extractor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"testing"
1111

1212
"github.com/arduino/go-paths-helper"
13-
"github.com/codeclysm/extract/v3"
13+
"github.com/codeclysm/extract/v4"
1414
"github.com/stretchr/testify/require"
1515
)
1616

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/codeclysm/extract/v3
1+
module github.com/codeclysm/extract/v4
22

33
go 1.22
44

0 commit comments

Comments
 (0)