diff --git a/Makefile b/Makefile index 314ceed13a..ed4a04ff79 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: build -TAG = v1.0.1 +TAG = v1.0.2 PREFIX = gcr.io/google_containers FLAGS = diff --git a/version/version.go b/version/version.go index 804e57e4c4..ea823ad126 100644 --- a/version/version.go +++ b/version/version.go @@ -19,4 +19,4 @@ package version // Increment major number for new feature additions and behavioral changes. // Increment minor number for bug fixes and performance enhancements. // Increment patch number for critical fixes to existing releases. -const HeapsterVersion = "1.0.1" +const HeapsterVersion = "1.0.2"