Skip to content

Commit 22107ac

Browse files
Update for 1.6.4 release
1 parent d878c35 commit 22107ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GoLang Module Release Notes
22

3-
## Unreleased
3+
## 1.6.4 2019-11-06
44

55
* Updated helloworld example to be more configurable allowing it to be used in other example documentation
66
* Added the ability to support inspecting gRPC (protobuf) content

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.3
1+
1.6.4

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.6.3"
3+
const version = "1.6.4"

0 commit comments

Comments
 (0)