Skip to content

Commit 680d7c7

Browse files
committed
v4.0.0
1 parent fbe43e3 commit 680d7c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
v4.0.0 / 2021-07-22
3+
===================
4+
5+
* build: fix semantic import versioning (#63)
6+
27
v3.1.0 / 2021-07-16
38
===================
49

speed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
// Version is the last tagged version of the package
20-
const Version = "3.1.0"
20+
const Version = "4.0.0"
2121

2222
var histogramInstances = []string{"min", "max", "mean", "variance", "standard_deviation"}
2323
var histogramIndom *PCPInstanceDomain

0 commit comments

Comments
 (0)