diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f184b3..4a5950c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # CHANGELOG -## 1.8.10 (31.03.2021) +## 1.9.0 (30.04.2021) +- release, combined features und bugfixes in 1.8.x. + +## 1.8.11 (31.03.2021) - bugfix - fix "copy from". The path had missed separator diff --git a/Readme.md b/Readme.md index 8591341..e23ee62 100644 --- a/Readme.md +++ b/Readme.md @@ -6,7 +6,7 @@ I was inspired by [Mark's Shust](https://github.com/markshust/docker-magento) so [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/asannikov/jumper/blob/master/LICENSE) [![Build Status](https://travis-ci.com/asannikov/jumper.svg?branch=master)](https://travis-ci.com/asannikov/jumper) -[![Release](https://img.shields.io/badge/release-1.8.10-brightgreen.svg)](https://github.com/asannikov/jumper/releases/tag/v1.8.10) +[![Release](https://img.shields.io/badge/release-1.9.0-brightgreen.svg)](https://github.com/asannikov/jumper/releases/tag/v1.9.0) It was not tested on Windows. @@ -102,7 +102,7 @@ Every stable release has attached sources for "linux/amd64", "linux/386", "darwi For example: ``` -https://github.com/asannikov/jumper/releases/tag/v1.8.0 +https://github.com/asannikov/jumper/releases/tag/v1.9.0 ``` Find related source there and download it. Now you can place use source at any place you want on your machine or make it global in a standard way. diff --git a/main.go b/main.go index bfebd31..8ec1136 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( "github.com/urfave/cli/v2" ) -const version = "1.8.10" +const version = "1.9.0" func main() {