From 4c24a51ffc4cfa48d80a685493417a7f89e99c2b Mon Sep 17 00:00:00 2001 From: Azat Abdullin Date: Tue, 4 Jun 2024 15:58:43 +0200 Subject: [PATCH] 0.0.7 --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9f5f8b2..51a814e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: all -VERSION=0.0.6 +VERSION=0.0.7 all: $(VERSION) diff --git a/README.md b/README.md index c95feb9..23f41d5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Docker images for [Kex](https://github.com/vorpal-research/kex). Repository providea an image for running Kex: `abdullin/kex-standalone:$version`, where `$version` is required version of Kex. -Currently latest release is version `0.0.6`. +Currently latest release is version `0.0.7`. ## Build