Skip to content

Commit

Permalink
Bump version (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
PossibleLlama authored Nov 26, 2020
1 parent f9764bb commit 3bed9e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.0
- v0.3.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.2.0/worklog-binary.zip
curl -L -O https://github.com/PossibleLlama/worklog/releases/download/v0.3.0/worklog-binary.zip
unzip worklog-binary.zip
mv worklog /usr/bin/worklog
rm worklog-binary.zip
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The application is currently under development.

| Version | Supported |
| ------- | ------------------ |
| 0.2.x | :white_check_mark: |
| 0.3.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion src/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.2.1"
Version string = "0.3.0"
)

0 comments on commit 3bed9e1

Please sign in to comment.