Skip to content

Commit

Permalink
#98 restore JSch.VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
norrisjeremy committed Dec 7, 2021
1 parent a04153e commit 7656b4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* [0.1.71](https://github.com/mwiede/jsch/releases/tag/jsch-0.1.71)
* Address [#98](https://github.com/mwiede/jsch/issues/98) by restoring JSch.VERSION
* [0.1.70](https://github.com/mwiede/jsch/releases/tag/jsch-0.1.70)
* Address [#89](https://github.com/mwiede/jsch/issues/89) by fixing rare ECDSA signature validation issue
* Address [#93](https://github.com/mwiede/jsch/issues/93) by always setting the "want reply" flag for "env" type channel requests to false
Expand Down
4 changes: 4 additions & 0 deletions src/main/java/com/jcraft/jsch/JSch.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
import java.util.Vector;

public class JSch{
/**
* The version number.
*/
public static final String VERSION = Version.getVersion();

static Hashtable<String, String> config=new Hashtable<>();
static{
Expand Down

0 comments on commit 7656b4b

Please sign in to comment.