diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a31b2c3..b92f859 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,5 +9,5 @@ Issue #(number) ## Updated -- [x] Readme -- [x] Version +- [ ] Readme +- [ ] Version diff --git a/README.md b/README.md index b6a9f94..8ae064d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ have done each day. ## Supported versions -- v0.3.5 +- v0.4.0 ## Installation @@ -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 diff --git a/SECURITY.md b/SECURITY.md index f38b693..68551d2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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 diff --git a/helpers/version.go b/helpers/version.go index 966516c..c9a8a7b 100644 --- a/helpers/version.go +++ b/helpers/version.go @@ -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" )