From aab9aef695cbc5f374d0903f8049de32cff77f75 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Thu, 9 Jul 2020 23:58:58 +0200 Subject: [PATCH] bump version --- .version | 2 +- version/version.go | 2 +- windows-setup.wxs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 818bd47..2451c27 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.0.6 +3.0.7 diff --git a/version/version.go b/version/version.go index 704e381..88208d3 100644 --- a/version/version.go +++ b/version/version.go @@ -4,7 +4,7 @@ import "fmt" const major = 3 const minor = 0 -const patch = 6 +const patch = 7 // Code version as integer const Code = major*1000000 + minor*1000 + patch diff --git a/windows-setup.wxs b/windows-setup.wxs index 097501b..13d8ac0 100644 --- a/windows-setup.wxs +++ b/windows-setup.wxs @@ -1,6 +1,6 @@ - +