We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f56e1 commit 6bea481Copy full SHA for 6bea481
version.go
@@ -5,7 +5,7 @@
5
package bee
6
7
var (
8
- version = "0.6.3" // manually set semantic version number
+ version = "1.0.0" // manually set semantic version number
9
commit string // automatically set git commit hash
10
11
Version = func() string {
0 commit comments