Skip to content

Commit 179d289

Browse files
committed
Bump to v0.2.0
1 parent ece0c37 commit 179d289

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PProf"
22
uuid = "e4faabce-9ead-11e9-39d9-4379958e3056"
33
authors = ["Valentin Churavy <v.churavy@gmail.com>", "Nathan Daly <nhdaly@gmail.com>"]
4-
version = "0.1.1"
4+
version = "0.2.0"
55

66
[deps]
77
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ go_pprof = ExecutableProduct(prefix, "pprof", :go_pprof)
1111
products = [go_pprof]
1212

1313
# Download binaries from hosted location
14-
bin_prefix = "https://github.com/vchuravy/PProf.jl/releases/download/v0.1.2-dev"
14+
bin_prefix = "https://github.com/vchuravy/PProf.jl/releases/download/v0.2.0"
1515

1616
# Listing of files generated by BinaryBuilder:
1717
download_info = Dict(

0 commit comments

Comments
 (0)