Skip to content

Commit

Permalink
update: module path to v2 - version v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinandan-Khurana committed Dec 3, 2024
1 parent b8dad8f commit 3bf1e85
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
### Direct Installation

```
go install -v github.com/Abhinandan-Khurana/go-wayback@latest
go install -v github.com/Abhinandan-Khurana/go-wayback/[email protected]
```

### Manual Installation
Expand Down
Binary file modified go-wayback
Binary file not shown.
3 changes: 0 additions & 3 deletions go.mod

This file was deleted.

3 changes: 3 additions & 0 deletions v2/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/Abhinandan-Khurana/go-wayback/v2

go 1.22.0
2 changes: 1 addition & 1 deletion main.go → v2/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
VERSION = "v2.0.1"
VERSION = "v2.0.2"
AUTHOR = "Abhinandan-Khurana"
)

Expand Down

0 comments on commit 3bf1e85

Please sign in to comment.