Skip to content

Commit 13037fd

Browse files
committed
update current version
1 parent 983392f commit 13037fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/serpapi/google-search-results-golang
22

3-
go 1.13
3+
go 1.17

model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ type SearchResultArray []interface{}
1818

1919
const (
2020
// Current version
21-
VERSION = "3.1.0"
21+
VERSION = "3.2.0"
2222
)

0 commit comments

Comments
 (0)