Skip to content

Commit 3fa879f

Browse files
authored
version: update to v0.5.0 unstable (ethersphere#1694)
1 parent d305d9b commit 3fa879f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.4.4 (Unreleased)
1+
## v0.5.0 (Unreleased)
22

33
### Notes
44

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222

2323
const (
2424
VersionMajor = 0 // Major version component of the current release
25-
VersionMinor = 4 // Minor version component of the current release
26-
VersionPatch = 4 // Patch version component of the current release
25+
VersionMinor = 5 // Minor version component of the current release
26+
VersionPatch = 0 // Patch version component of the current release
2727
VersionMeta = "unstable" // Version metadata to append to the version string
2828
)
2929

0 commit comments

Comments
 (0)