Skip to content

Commit

Permalink
bump version to v0.5.3 (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 committed Jun 23, 2022
1 parent f482dfd commit 4f51f91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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.2
VERSION=0.5.3

install:
go install -ldflags "-X '$(PKG).BuildVersion=$(VERSION)' -X '$(PKG).BuildTime=$(NOW)' -X '$(PKG).BuildOSUname=$(OS)' -X '$(PKG).BuildCommit=$(AFTER_COMMIT)'" .
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=7.1",
"ext-zip": "*"
},
"bin": [
Expand Down
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 @@ -20,6 +20,7 @@ class Downloader {
"0.5.0",
"0.5.1",
"0.5.2",
"0.5.3",
];

/**
Expand Down

0 comments on commit 4f51f91

Please sign in to comment.