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

Commit 105107b

Browse files
author
Jonathan Claudius
authored
Merge pull request #350 from mozilla/bump_release_for_0.0.18
Bump release for 0.0.18
2 parents df78ace + 811ee4e commit 105107b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.17'
2+
VERSION = '0.0.18'
33
end

ssh_scan.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Gem::Specification.new do |s|
1212
s.files = Dir.glob("lib/**/*") +
1313
Dir.glob("bin/**/*") +
1414
Dir.glob("config/**/*") +
15+
Dir.glob("data/**/*") +
1516
Dir.glob("policies/**/*") +
1617
[".gitignore",
1718
".rspec",

0 commit comments

Comments
 (0)