diff --git a/Makefile b/Makefile index cd43990..f395296 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PROJECT_NAME := sql-proxy -BUILD_VERSION := 1.3.1 +BUILD_VERSION := 1.4.1 BUILD_TIME := $(shell date -u '+%Y-%m-%d_%H:%M:%S') BUILD_DIR := build GO_FILES := src/main.go diff --git a/README.md b/README.md index 142fa98..17187ec 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,13 @@ Note that this service is not limited to 1C and can be utilized in other context ## API description -Current API version is 1.2. See Swagger OpenAPI 3.0 specification in src/docs/api +Current API version is 1.3. See Swagger OpenAPI 3.0 specification in src/docs/api ![API overview](src/docs/api/swagger.png) ## How to compile -Current version is 1.3.1. Execute in the command line: +Current version is 1.4.1. Execute in the command line: ``` make prod diff --git a/README.ru.md b/README.ru.md index c359d70..1576546 100644 --- a/README.ru.md +++ b/README.ru.md @@ -45,13 +45,13 @@ ## Описание API -Текущая версия API: 1.2. См. спецификацию Swagger OpenAPI 3.0 в папке src/docs/api +Текущая версия API: 1.3. См. спецификацию Swagger OpenAPI 3.0 в папке src/docs/api ![API overview](src/docs/api/swagger.png) ## Как скомпилировать -Номер текущей версии: 1.3.1. Выполнить в командной строке: +Номер текущей версии: 1.4.1. Выполнить в командной строке: ``` make prod diff --git a/THIRD-PARTY-LICENSES b/THIRD-PARTY-LICENSES index 8bc1f63..c5dbb3d 100644 --- a/THIRD-PARTY-LICENSES +++ b/THIRD-PARTY-LICENSES @@ -1358,3 +1358,27 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +///////////////////////////////////////////// +// github.com/kardianos/service +///////////////////////////////////////////// + +Copyright (c) 2015 Daniel Theophanes + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source + distribution. \ No newline at end of file