Skip to content

Commit

Permalink
Stable release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asannikov committed Apr 30, 2021
1 parent a956d5f commit a4a8430
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/urfave/cli/v2"
)

const version = "1.8.10"
const version = "1.9.0"

func main() {

Expand Down

0 comments on commit a4a8430

Please sign in to comment.