doc: increament version
This commit is contained in:
@@ -76,7 +76,7 @@ func setupSshServer(host string, port string, host_key_path string, users map[st
|
||||
// Serve an ssh application using the provided arguments.
|
||||
func Serve(host string, port string, host_key_path string, users map[string]string, name string, args []string) {
|
||||
setupLogging()
|
||||
log.Info("Running Serve (v2.7)...") // TODO make version string automatically the git tag (otherwise commit-hash)?
|
||||
log.Info("Running Serve (v2.8)...") // TODO make version string automatically the git tag (otherwise commit-hash)?
|
||||
defer log.Info("Stopping Serve...")
|
||||
|
||||
srv, err := setupSshServer(host, port, host_key_path, users, name, args)
|
||||
|
||||
Reference in New Issue
Block a user