Skip to content

Commit

Permalink
bumped to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmittag committed Jun 1, 2023
1 parent 3b65e7d commit 0fd47ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReadMe.Md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ that are otherwise difficult to consistently reproduce under test conditions.
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Docker Pulls](https://img.shields.io/docker/pulls/simonmittag/mse6)](https://img.shields.io/docker/pulls/simonmittag/mse6)
[![Docker Image Size](https://img.shields.io/docker/image-size/simonmittag/mse6?sort=date)](https://img.shields.io/docker/image-size/simonmittag/mse6?sort=date)
[![Version](https://img.shields.io/badge/version-0.4.9-orange)](https://github.com/simonmittag/mse6/releases/tag/v0.4.9)
[![Version](https://img.shields.io/badge/version-0.5.0-orange)](https://github.com/simonmittag/mse6/releases/tag/v0.5.0)

## Up and running
### Docker
Expand Down
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

const waitDuration = time.Second * 3

var Version = "v0.4.9"
var Version = "v0.5.0"
var Port int
var Prefix string
var rc = 0
Expand Down

0 comments on commit 0fd47ea

Please sign in to comment.