From d965f638f8cf815a4cbbd4c0ac6916873d6cc012 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Thu, 8 Mar 2018 09:26:29 -0800 Subject: [PATCH] Update base version to 0.2 Updating to 0.2 now that 0.1 [has been released](https://github.com/GoogleCloudPlatform/agones/releases/tag/v0.1) --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index 24888e1bcf..42944631d0 100644 --- a/build/Makefile +++ b/build/Makefile @@ -24,7 +24,7 @@ # # base version target. This is usually the next release. -base_version = 0.1 +base_version = 0.2 # # All of the following can be overwritten with environemt variables