Bump rskj version

This commit is contained in:
Râu Cao 2023-02-01 20:44:07 +08:00
parent a7b990c64f
commit 9c33fbda21
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
node.default['rskj']['version'] = '4.1.0~focal'
node.default['rskj']['version'] = '4.2.0~focal'
node.default['rskj']['network'] = 'testnet'

View File

@ -9,7 +9,7 @@ end
describe package('rskj') do
it { should be_installed }
its('version') { should eq '2.2.0~focal' }
its('version') { should eq '4.2.0~focal' }
end
describe service('rsk') do