From 5c86b7cb6cb36eac1f406245701b415115996cab Mon Sep 17 00:00:00 2001 From: Geoff Evans Date: Fri, 16 Oct 2020 10:05:09 -0700 Subject: [PATCH] 1.0.1 draft --- .github/workflows/release.yml | 1 + resource.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1047aa..08e7efd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,6 +42,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + draft: true tag_name: ${{ github.ref }} release_name: ${{ github.ref }} diff --git a/resource.h b/resource.h index c6081e7..29e0fed 100644 --- a/resource.h +++ b/resource.h @@ -1,6 +1,6 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 0 -#define VERSION_PATCH 0 +#define VERSION_PATCH 1 #define VERSION_STRINGIFY(major, minor, patch) wxT(#major) wxT(".") wxT(#minor) wxT(".") wxT(#patch) #define VERSION_TOSTRING(major, minor, patch) VERSION_STRINGIFY(major,minor,patch)