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 @@ - +