Skip to content

Commit

Permalink
Bump version (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
PossibleLlama authored Jan 19, 2021
1 parent 2eb243f commit 56d1b0d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ have done each day.

## Supported versions

- v0.4.0
- v0.5.0

## Installation

Expand All @@ -21,7 +21,7 @@ There is both a windows executeable, as well as a linux binary.
### Linux

```bash
curl -L -O https://github.com/PossibleLlama/worklog/releases/download/v0.4.0/worklog-binary.zip
curl -L -O https://github.com/PossibleLlama/worklog/releases/download/v0.5.0/worklog-binary.zip
unzip worklog-binary.zip
mv worklog /usr/bin/worklog
rm worklog-binary.zip
Expand Down
10 changes: 6 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ The application is currently under development.

| Version | Supported |
| ------- | ------------------ |
| 0.4.x | :white_check_mark: |
| < 0.4.x | :x: |
| 0.5.x | :white_check_mark: |
| < 0.5.x | :x: |

## Reporting a Vulnerability

In order to report a vulnerability please create a github issue, with the security label.
In order to report a vulnerability please create a github issue, with the security
label.

Please include the steps to reproduce, along with the impact of the vulnerability.

The issue should be looked at within the week, and once accepted, fixed within a month.
The issue should be looked at within the week, and once accepted, fixed within a
month.
2 changes: 1 addition & 1 deletion helpers/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package helpers

const (
// Version keep track of the version of the application
Version string = "0.4.0"
Version string = "0.5.0"
)

0 comments on commit 56d1b0d

Please sign in to comment.