Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
buptczq committed May 23, 2019
1 parent 6f35276 commit 4dc1c02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.dll
*.so
*.dylib
resource.syso

# Test binary, build with `go test -c`
*.test
Expand Down
Binary file removed resource.syso
Binary file not shown.
6 changes: 3 additions & 3 deletions versioninfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"FileVersion": {
"Major": 1,
"Minor": 0,
"Patch": 0,
"Patch": 1,
"Build": 0
},
"ProductVersion": {
"Major": 1,
"Minor": 0,
"Patch": 0,
"Patch": 1,
"Build": 0
},
"FileFlagsMask": "3f",
Expand All @@ -29,7 +29,7 @@
"OriginalFilename": "WinCryptSSHAgent.exe",
"PrivateBuild": "",
"ProductName": "WinCrypt SSH Agent",
"ProductVersion": "v1.0.0",
"ProductVersion": "v1.0.1",
"SpecialBuild": ""
},
"VarFileInfo": {
Expand Down

0 comments on commit 4dc1c02

Please sign in to comment.