From ee070e4bc2215f431caae856d279eb333c077f07 Mon Sep 17 00:00:00 2001 From: Prometheus Date: Thu, 23 Jun 2022 16:16:29 +0300 Subject: [PATCH] Bump version --- country-codes/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/country-codes/build.sbt b/country-codes/build.sbt index 56ea37a..e1b17cd 100644 --- a/country-codes/build.sbt +++ b/country-codes/build.sbt @@ -1,5 +1,5 @@ name := "country-codes-scala" -version := "0.0.5" +version := "0.0.6" val jacksonVersion = "2.10.5"