2018-12-08 19:29:58 +00:00
|
|
|
// Package hkexsh - a secure terminal client/server written from scratch in Go
|
2018-09-18 00:27:13 +00:00
|
|
|
//
|
|
|
|
// Copyright (c) 2017-2018 Russell Magee
|
|
|
|
// Licensed under the terms of the MIT license (see LICENSE.mit in this
|
|
|
|
// distribution)
|
|
|
|
//
|
|
|
|
// golang implementation by Russ Magee (rmagee_at_gmail.com)
|
|
|
|
package hkexsh
|
|
|
|
|
2018-12-08 19:29:58 +00:00
|
|
|
// common constants for the HKExSh
|
|
|
|
|
2018-11-25 18:24:10 +00:00
|
|
|
// Version string returned by tools
|
2018-12-12 09:49:30 +00:00
|
|
|
const Version = "0.8.0 (NO WARRANTY)"
|