Skip to content

Commit

Permalink
Bump version (#44)
Browse files Browse the repository at this point in the history
* Bump version

* Start template unticked
  • Loading branch information
PossibleLlama authored Dec 30, 2020
1 parent 530a57e commit a328a44
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Issue #(number)

## Updated

- [x] Readme
- [x] Version
- [ ] Readme
- [ ] Version
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.3.5
- v0.4.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.3.0/worklog-binary.zip
curl -L -O https://github.com/PossibleLlama/worklog/releases/download/v0.4.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.3.x | :white_check_mark: |
| 0.4.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
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.3.5"
Version string = "0.4.0"
)

0 comments on commit a328a44

Please sign in to comment.