Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Collier committed Nov 9, 2020
1 parent 3f653cc commit bedceee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: workflow-binary
name: worklog-binary
path: src/dist
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
// Version keep track of the version of the application
Version string = "worklog-0.0.1"
Version string = "worklog-0.1.0"
)

func main() {
Expand Down

0 comments on commit bedceee

Please sign in to comment.