Skip to content

Commit 1c0a41a

Browse files
committed
Bump Go continuous profiling version to 1.0.0
1 parent 08e77c7 commit 1c0a41a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CHANGELOG
2+
=========
3+
4+
1.0.0 (2024-01-08)
5+
6+
* First stable revision

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type version struct {
99
}
1010

1111
// tag is the current release tag. Must be updated manually.
12-
var Version = version{Major: 0, Minor: 1, Patch: 0}
12+
var Version = version{Major: 1, Minor: 0, Patch: 0}
1313

1414
func (v version) String() string {
1515
return fmt.Sprintf("v%d.%d.%d", v.Major, v.Minor, v.Patch)

0 commit comments

Comments
 (0)