Skip to content

Commit

Permalink
release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hamano committed Jul 11, 2023
1 parent c511221 commit 752268c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,4 @@ clean:
rm -rf myna myna.exe

get-deps:
go get -u github.com/spf13/cobra
go get -u github.com/howeyc/gopass
go get -u github.com/ebfe/scard
go get -u github.com/ianmcmahon/encoding_ssh
go get -u go.mozilla.org/pkcs7
go mod download
2 changes: 1 addition & 1 deletion libmyna/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package libmyna

var Version = "0.4.2"
var Version = "0.5.0"

0 comments on commit 752268c

Please sign in to comment.