We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a94ecb commit 5b34ccaCopy full SHA for 5b34cca
pangolin.wxs
@@ -2,7 +2,7 @@
2
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
3
<Package Name="Pangolin"
4
Language="1033"
5
- Version="1.0.0"
+ Version="0.1.0"
6
Manufacturer="Fossorial"
7
UpgradeCode="165F13D3-9A2F-4AF7-9C68-474A8256B274"
8
Compressed="yes">
version/version.go
@@ -3,5 +3,5 @@
package version
const (
- Number = "1.0.0"
+ Number = "0.1.0"
)
0 commit comments