summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2017-01-07 15:35:47 +0100
committerMiklos Fazekas <mfazekas@szemafor.com>2017-01-07 15:35:47 +0100
commitdc8f7b0cee2e9f295c0affdfb0a32aefcbcb25b3 (patch)
tree67e4b5aca489a30deb6307a3a13e20c111aa4a03
parent5b8981db2f13b331b4d5b76ff45a5b771b9f1988 (diff)
downloadnet-ssh-dc8f7b0cee2e9f295c0affdfb0a32aefcbcb25b3.tar.gz
4.0.1 rel preparev4.0.1
-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 25e025a..200822f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,4 @@
+=== 4.0.1
=== 4.0.1.rc2
* ENV["HOME"] might be empty so filter non expandable paths [Matt Casper, #351]
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index 486dae6..1076a1e 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 = "rc2"
+ PRE = nil
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)