From 65443d7bc381c39d8df3eb4acc686eb89d882fd5 Mon Sep 17 00:00:00 2001 From: "Guy M. Allard" Date: Sun, 17 Nov 2019 13:33:54 -0500 Subject: [PATCH] Version bump. --- README.md | 5 ++++- version.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b498ded..589e5f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# stompngo - A STOMP 1.1+ Client Package # +# stompngo - A STOMP 1.0, 1.1 and 1.2 Client Package # ## Features ## @@ -23,6 +23,9 @@ issue: The GOPATH environment variable must be set properly. +It is also possible to just clone the stompngo repository to any location of +choice, and use go modules to locate it. + ## Examples ## The examples in the included unit tests can be used as a good starting point. diff --git a/version.go b/version.go index 6ad446a..3707b3b 100644 --- a/version.go +++ b/version.go @@ -35,7 +35,7 @@ var ( minor = "0" // Minor - patch = "12" // Patch + patch = "13" // Patch // mod = "-m.3" // Modification level -- 2.11.4.GIT