From b45e04f2db465d4714b6949be8befdae99e65cf4 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 16 Dec 2020 21:31:21 +1100 Subject: [PATCH] v1.11.0-rc1 --- CONTRIBUTORS.md | 3 ++- cmd/version.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index bd18c8ab2..7dc5b1c89 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -39,4 +39,5 @@ Wails is what it is because of the time and effort given by these great people. * [Kyle](https://github.com/kmuchmore) * [Balakrishna Prasad Ganne](https://github.com/aayush420) * [Charaf Rezrazi](https://github.com/Rezrazi) - * [misitebao](https://github.com/misitebao) \ No newline at end of file + * [misitebao](https://github.com/misitebao) + * [Elie Grenon](https://github.com/DrunkenPoney) \ No newline at end of file diff --git a/cmd/version.go b/cmd/version.go index 0b77ffc72..bb6462b1b 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,4 +1,4 @@ package cmd // Version - Wails version -const Version = "v1.10.1" +const Version = "v1.11.0-rc1"