diff --git a/Makefile b/Makefile index 9a024ef32e..d1574a23fe 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: build -TAG = v1.2.0-beta.3 +TAG = v1.2.0 PREFIX = gcr.io/google_containers FLAGS = diff --git a/version/version.go b/version/version.go index b9a1123b0a..34435ad774 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.2.0-beta.3" +const HeapsterVersion = "1.2.0"