From c91b73e75e5e2d9dc13fa2646757834a50ac07ca Mon Sep 17 00:00:00 2001
From: Dave Syer <dsyer@pivotal.io>
Date: Thu, 11 Jan 2018 09:16:04 +0000
Subject: [PATCH] Update version of Petclinic

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6e1d8e6..fa5e4df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework.samples</groupId>
   <artifactId>spring-petclinic</artifactId>
-  <version>1.5.1</version>
+  <version>2.0.0</version>
 
   <parent>
     <groupId>org.springframework.boot</groupId>
-- 
GitLab