Skip to content

Commit

Permalink
chore: bump node-funder version to v0.2.2 (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
gacevicljubisa authored Dec 5, 2024
1 parent 1bf2d6d commit e44b984
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/ethersphere/bee/v2 v2.2.0
github.com/ethersphere/bmt v0.1.4
github.com/ethersphere/ethproxy v0.0.5
github.com/ethersphere/node-funder v0.2.1
github.com/ethersphere/node-funder v0.2.2
github.com/go-git/go-billy/v5 v5.5.0
github.com/go-git/go-git/v5 v5.11.0
github.com/google/uuid v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ github.com/ethersphere/ethproxy v0.0.5 h1:j5Mkm45jqmkET6NwGaJtaxOSFbhoAfOKzHiwHl
github.com/ethersphere/ethproxy v0.0.5/go.mod h1:7mkVRK3+Mte00jLxFAbUQ/cBepAzwTYpkE64ItCLZYw=
github.com/ethersphere/go-sw3-abi v0.6.5 h1:M5dcIe1zQYvGpY2K07UNkNU9Obc4U+A1fz68Ho/Q+XE=
github.com/ethersphere/go-sw3-abi v0.6.5/go.mod h1:BmpsvJ8idQZdYEtWnvxA8POYQ8Rl/NhyCdF0zLMOOJU=
github.com/ethersphere/node-funder v0.2.1 h1:dspKQorhm2Vs5XE/r4CDTsEwqbtt+Y/thvLBJGafTok=
github.com/ethersphere/node-funder v0.2.1/go.mod h1:CLAKVihL5ijWoCCskpgOl7cz9W4HTqIWNu055LNA+/A=
github.com/ethersphere/node-funder v0.2.2 h1:R4UIIzSy62DzmOW9K7/1OlWsklG/cbh8ZMGiY8Ij1N8=
github.com/ethersphere/node-funder v0.2.2/go.mod h1:CLAKVihL5ijWoCCskpgOl7cz9W4HTqIWNu055LNA+/A=
github.com/evanphx/json-patch v4.12.0+incompatible h1:4onqiflcdA9EOZ4RxV643DvftH5pOlLGNtQ5lPWQu84=
github.com/evanphx/json-patch v4.12.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
github.com/fjl/memsize v0.0.2 h1:27txuSD9or+NZlnOWdKUxeBzTAUkWCVh+4Gf2dWFOzA=
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package beekeeper

var (
version = "0.21.0" // manually set semantic version number
version = "0.21.1" // manually set semantic version number
commit string // automatically set git commit hash

// Version TODO
Expand Down

0 comments on commit e44b984

Please sign in to comment.