Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 471fb21

Browse files
author
Jonathan Claudius
authored
Merge pull request #369 from mozilla/bump_for_release_0.0.21
Bump for 0.0.21 release
2 parents c5875f6 + aa6a3aa commit 471fb21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ssh_scan/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SSHScan
2-
VERSION = '0.0.20'
2+
VERSION = '0.0.21'
33
end

spec/ssh_scan/version_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
it "SSHScan::VERSION should have a number between 1-20 for each octet" do
1515
SSHScan::VERSION.split('.').each do |octet|
1616
expect(octet.to_i).to be >= 0
17-
expect(octet.to_i).to be <= 20
17+
expect(octet.to_i).to be <= 40
1818
end
1919
end
2020
end

0 commit comments

Comments
 (0)