diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb665a3..3a2ce7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,5 +71,5 @@ jobs: - name: Archive production artifacts uses: actions/upload-artifact@v2 with: - name: workflow-binary + name: worklog-binary path: src/dist diff --git a/src/main.go b/src/main.go index c843927..f7ab797 100644 --- a/src/main.go +++ b/src/main.go @@ -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() {