Skip to content

Commit 7e6d936

Browse files
update version to v1.12.1
1 parent 4ad6122 commit 7e6d936

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Golang Module Release Notes
22

3+
## 1.12.1 2023-02-24
4+
5+
* Sync versions
6+
37
## 1.12.0 2023-01-10
48

59
* Replaced internal custom header extractor function with raw header extractor function

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.0
1+
1.12.1

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package sigsci
22

3-
const version = "1.11.0"
3+
const version = "1.12.1"

0 commit comments

Comments
 (0)