Skip to content

Commit 6460430

Browse files
author
Alex D'Andrea
committed
Release version 1.0.0
This is the initial release of Wormhole GO! Supported commands: * invoke * reload * version * exit Please see README for instructions on how to securely setting up this daemon!
1 parent 10749ba commit 6460430

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

ChangeLog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Wormhole
2+
=========
3+
4+
2016-04-15 - Release 1.0.0
5+
---------------------------
6+
* Released first stable version: 1.0.0 (@kiesel)
7+
* Supported commands:
8+
- invoke
9+
- reload
10+
- version
11+
- exit
12+

wormhole/wormhole.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ func handleReload() (response string, err Error) {
210210

211211
func handleVersion() (response string, err Error) {
212212
return Version(), nil
213-
}
213+
}

0 commit comments

Comments
 (0)