From 82edcdb26247e6d0c73851a3ae9baba446149beb Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 13 May 2020 11:29:20 -0700 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b604eba..8546185 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME := vc-p4 -VERSION := 0.1.1 +VERSION := 0.2.0 DESCRIPTION := "Perforce integration for VC" FULLNAME := "$(NAME)-$(VERSION)"