diff --git a/martenbuild.cs b/martenbuild.cs index a163b42a31..8118b2d9f9 100644 --- a/martenbuild.cs +++ b/martenbuild.cs @@ -12,7 +12,7 @@ namespace martenbuild { internal class MartenBuild { - private const string BUILD_VERSION = "3.14.1"; + private const string BUILD_VERSION = "3.14.2"; private const string DockerConnectionString = "Host=localhost;Port=5432;Database=marten_testing;Username=postgres;password=postgres"; diff --git a/src/Marten.CommandLine/Marten.CommandLine.csproj b/src/Marten.CommandLine/Marten.CommandLine.csproj index 11fc3de769..05f343ebe5 100644 --- a/src/Marten.CommandLine/Marten.CommandLine.csproj +++ b/src/Marten.CommandLine/Marten.CommandLine.csproj @@ -2,7 +2,7 @@ Command line tooling for Marten - 3.14.1 + 3.14.2 Jeremy D. Miller;Babu Annamalai;Oskar Dudycz;Joona-Pekka Kokko net461;netstandard2.0 Marten.CommandLine diff --git a/src/Marten.NodaTime/Marten.NodaTime.csproj b/src/Marten.NodaTime/Marten.NodaTime.csproj index a17b7d1285..9b7d41ba9e 100644 --- a/src/Marten.NodaTime/Marten.NodaTime.csproj +++ b/src/Marten.NodaTime/Marten.NodaTime.csproj @@ -1,7 +1,7 @@  NodaTime extension for Marten - 1.9.1 + 1.9.2 Jeremy D. Miller;Babu Annamalai;Oskar Dudycz;Joona-Pekka Kokko netstandard2.0 Marten.NodaTime diff --git a/src/Marten/Marten.csproj b/src/Marten/Marten.csproj index f359e75615..cceed09311 100644 --- a/src/Marten/Marten.csproj +++ b/src/Marten/Marten.csproj @@ -1,7 +1,7 @@ .NET Transactional Document DB and Event Store on PostgreSQL - 3.14.1 + 3.14.2 Jeremy D. Miller;Babu Annamalai;Oskar Dudycz;Joona-Pekka Kokko net461;netstandard2.0 Marten