Skip to content

Commit

Permalink
NoVerify v0.5.2 (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 authored Oct 15, 2021
1 parent d42a29b commit afd98c4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AFTER_COMMIT=`git rev-parse HEAD`
GOPATH_DIR=`go env GOPATH`
BIN_NAME=noverify
PKG=github.com/VKCOM/noverify/src/cmd
VERSION=0.5.1
VERSION=0.5.2

install:
go install -ldflags "-X '$(PKG).BuildVersion=$(VERSION)' -X '$(PKG).BuildTime=$(NOW)' -X '$(PKG).BuildOSUname=$(OS)' -X '$(PKG).BuildCommit=$(AFTER_COMMIT)'" .
Expand Down
Binary file modified docs/playground/main.wasm
Binary file not shown.
Binary file modified playground/www/main.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions src/cmd/composer-get/src/Downloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Downloader {
"0.4.0",
"0.5.0",
"0.5.1",
"0.5.2",
];

/**
Expand Down

0 comments on commit afd98c4

Please sign in to comment.