From bedceee2afb1ce40b3de54bd5c222fd0bb3491f7 Mon Sep 17 00:00:00 2001 From: Chris Collier Date: Mon, 9 Nov 2020 13:36:20 +0000 Subject: [PATCH] Release v0.1.0 --- .github/workflows/build.yml | 2 +- src/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {