summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2017-02-18 18:23:05 +0100
committerMiklos Fazekas <mfazekas@szemafor.com>2017-02-18 18:23:05 +0100
commitecc40c7cdea0b26d28e1df8785f31c939c580efc (patch)
treec6b214f9473675d855d09f73914daf25af8e062e
parente674ddd27957e2e9add50cd1039e30dab9b59cc2 (diff)
downloadnet-ssh-ecc40c7cdea0b26d28e1df8785f31c939c580efc.tar.gz
4.1.0 final buildv4.1.0
-rw-r--r--CHANGES.txt1
-rw-r--r--lib/net/ssh/version.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e1b7b26..863410c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,4 @@
+=== 4.1.0
=== 4.1.0.rc1
* ProxyJump support [Ryan McGeary, #500]
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index 38011f2..000e3a5 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -55,7 +55,7 @@ module Net; module SSH
# The prerelease component of this version of the Net::SSH library
# nil allowed
- PRE = "rc1"
+ PRE = nil
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)