Prepare v0.2.0 release

v0.2 v0.2.0
Martin Dosch 2 years ago
parent 788164de7d
commit 679cbbda03

@ -1,6 +1,6 @@
# Changelog # Changelog
##[Unreleased] ##[v0.2.0]
### Added ### Added
- Added listening function. - Added listening function.
- Added flag to configure connection timeout. - Added flag to configure connection timeout.

@ -253,7 +253,7 @@ func main() {
// If requested, show version and quit. // If requested, show version and quit.
if *flagVersion { if *flagVersion {
fmt.Println("go-sendxmpp", "devel") fmt.Println("go-sendxmpp", "0.2.0")
fmt.Println("License: BSD-2-clause") fmt.Println("License: BSD-2-clause")
os.Exit(0) os.Exit(0)
} }

Loading…
Cancel
Save