From 4e31afc80cf57043c0a1f7695dd67a9683e7e7ff Mon Sep 17 00:00:00 2001 From: Erik van Zijst Date: Fri, 3 Sep 2021 17:55:44 +0200 Subject: [PATCH] Releasing 0.4.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ddd7478..cccab08 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "scala-tlsproxy" organization := "io.github.erikvanzijst" -version := "0.4.3-SNAPSHOT" +version := "0.4.3" scalaVersion := "2.12.14"