From 388c21bb1caca4b9f9ed5365d40fb36aaede11c7 Mon Sep 17 00:00:00 2001 From: Jonathan Claudius Date: Tue, 26 Jun 2018 15:18:32 -0400 Subject: [PATCH] Bump for 0.0.1 release --- lib/ssh_scan_api/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ssh_scan_api/version.rb b/lib/ssh_scan_api/version.rb index 2a8cf36..20c4d82 100644 --- a/lib/ssh_scan_api/version.rb +++ b/lib/ssh_scan_api/version.rb @@ -1,5 +1,5 @@ module SSHScan module Api - VERSION = '0.0.1.pre2' + VERSION = '0.0.1' end end