diff --git a/src/runtime/heapdump.go b/src/runtime/heapdump.go index dfceba33765..4d1da1c1dfb 100644 --- a/src/runtime/heapdump.go +++ b/src/runtime/heapdump.go @@ -639,7 +639,7 @@ func dumpmemprof() { } } -var dumphdr = []byte("go1.5 heap dump\n") +var dumphdr = []byte("go1.6 heap dump\n") func mdump() { // make sure we're done sweeping